guix-commits
[Top][All Lists]
Advanced

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

22/92: gnu: r-r6: Update to 2.3.0.


From: Ricardo Wurmus
Subject: 22/92: gnu: r-r6: Update to 2.3.0.
Date: Tue, 30 Oct 2018 16:48:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 822863f8f9f05e044bca00dca98b5a2e714192fa
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 28 19:33:20 2018 +0100

    gnu: r-r6: Update to 2.3.0.
    
    * gnu/packages/statistics.scm (r-r6): Update to 2.3.0.
---
 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 6cec56a..1564839 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1553,13 +1553,13 @@ flexible and easy to set up.")
 (define-public r-r6
   (package
     (name "r-r6")
-    (version "2.2.2")
+    (version "2.3.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "R6" version))
               (sha256
                (base32
-                "13xfdr19ca7ymisidsanm6w7hsk3qmy5l8c0mlz3nk48f7s5cxq8"))))
+                "1jgshp0x8a65rwyvk31slnfp7l153dk5826y2rxcd5lpclby3d85"))))
     (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]