guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: r-with-tests: Update to 4.1.0.


From: guix-commits
Subject: 01/03: gnu: r-with-tests: Update to 4.1.0.
Date: Wed, 2 Jun 2021 08:09:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f01215635a7ee69b4008904f00b0554bd127ce7c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 2 10:52:24 2021 +0200

    gnu: r-with-tests: Update to 4.1.0.
    
    * gnu/packages/statistics.scm (r-with-tests): Update to 4.1.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 90103ce..f267ef7 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -185,7 +185,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.4")
+    (version "4.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -193,7 +193,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0bl098xcv8v316kqnf43v6gb4kcsv31ydqfm1f7qr824jzb2fgsj"))))
+                "109732arm6dq6d6v3fl1nyx63lcvv9569j8g6r3s2b18sxcqkrp8"))))
     (build-system gnu-build-system)
     (arguments
      `(#:disallowed-references (,tzdata-for-tests)



reply via email to

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