guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

54/58: gnu: r-r6: Update to 2.5.1.


From: guix-commits
Subject: 54/58: gnu: r-r6: Update to 2.5.1.
Date: Mon, 23 Aug 2021 05:52:23 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit d0c4d5ce1c8c35a40f92009a65f714a28ea03f37
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 22 17:53:35 2021 +0200

    gnu: r-r6: Update to 2.5.1.
    
    * gnu/packages/statistics.scm (r-r6): Update to 2.5.1.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 90fc7d1..a0e7129 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1640,13 +1640,13 @@ flexible and easy to set up.")
 (define-public r-r6
   (package
     (name "r-r6")
-    (version "2.5.0")
+    (version "2.5.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "R6" version))
               (sha256
                (base32
-                "00ifi2kwa7kn67xf0z1w6jfdicjczygbyi5mhfw2qlzc4sbazhdf"))))
+                "0j5z0b0myzjyyykk310xsa9n2mcm9bz8yqbq4xgz2yzdq8lvv4ld"))))
     (build-system r-build-system)
     (home-page "https://github.com/wch/R6/";)
     (synopsis "Classes with reference semantics in R")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]