guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: r-with-tests: Update to 4.1.3.


From: guix-commits
Subject: 01/01: gnu: r-with-tests: Update to 4.1.3.
Date: Tue, 5 Apr 2022 06:19:49 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 4261bdcf2791b231b9b5ab7264c2bcd861ee0aa7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 5 12:18:47 2022 +0200

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



reply via email to

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