guix-commits
[Top][All Lists]
Advanced

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

01/356: gnu: r-with-tests: Update to 4.1.2.


From: guix-commits
Subject: 01/356: gnu: r-with-tests: Update to 4.1.2.
Date: Sun, 7 Nov 2021 18:10:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 17d0bbef88501126f13f9b60aa74d3c912c853ed
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 09:39:50 2021 +0000

    gnu: r-with-tests: Update to 4.1.2.
    
    * gnu/packages/statistics.scm (r-with-tests): Update to 4.1.2.
---
 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 bad2e77..038258a 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -190,7 +190,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.1")
+    (version "4.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -198,7 +198,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0r6kpnxjbvb7gdfg4m1z8zc6xd225vw81wrnf05ps9ajawk06pji"))))
+                "1brqmc7mmb0z94kcs4crgl6v9a6sxhm9fm3y177d81vjkxg24di0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:disallowed-references (,tzdata-for-tests)



reply via email to

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