guix-commits
[Top][All Lists]
Advanced

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

01/80: gnu: r-with-tests: Update to 4.1.1.


From: guix-commits
Subject: 01/80: gnu: r-with-tests: Update to 4.1.1.
Date: Tue, 24 Aug 2021 06:31:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 14c38717201e7dc5abe9ff9cfc131fa3da343680
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Aug 21 23:56:38 2021 +0200

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



reply via email to

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