guix-commits
[Top][All Lists]
Advanced

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

89/89: gnu: r-with-tests, r-minimal: Update to 4.0.1.


From: guix-commits
Subject: 89/89: gnu: r-with-tests, r-minimal: Update to 4.0.1.
Date: Thu, 11 Jun 2020 11:04:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit cbd9581acc41cd49eb81c2432452cad4de805cbd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 17:02:01 2020 +0200

    gnu: r-with-tests, r-minimal: Update to 4.0.1.
    
    * gnu/packages/statistics.scm (r-with-tests, r-minimal): Update to 4.0.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 7e88e1e..cd60ce8 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -184,7 +184,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
 (define r-with-tests
   (package
     (name "r-with-tests")
-    (version "4.0.0")
+    (version "4.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -192,7 +192,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0h1995smlyiyhx7gpg9paxsfqrcn6g9bbp5h9r47i6an3clv1gh6"))))
+                "0ckgpihkih4b44rx48hpg9p6bv0w67j5z3qc8s4giy6qv2j29zlm"))))
     (build-system gnu-build-system)
     (arguments
      `(#:disallowed-references (,tzdata-for-tests)



reply via email to

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