guix-commits
[Top][All Lists]
Advanced

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

28/36: gnu: r-r6: Update to 2.4.1.


From: guix-commits
Subject: 28/36: gnu: r-r6: Update to 2.4.1.
Date: Thu, 14 Nov 2019 06:37:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 30301c09937dce24182e20b77ce18e1dcdfb229e
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 14 08:23:10 2019 +0100

    gnu: r-r6: Update to 2.4.1.
    
    * gnu/packages/statistics.scm (r-r6): Update to 2.4.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 4e4b904..aacf895 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1634,13 +1634,13 @@ flexible and easy to set up.")
 (define-public r-r6
   (package
     (name "r-r6")
-    (version "2.4.0")
+    (version "2.4.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "R6" version))
               (sha256
                (base32
-                "1kmbw2k5vvzwh3wwmn66mszpfny0z6k8dca980qgbxgvfh0i3gkh"))))
+                "0gma5z41mx02ka9h96xdyf3p6i1rx0izczrzj26c4mbnh9jgvc16"))))
     (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]