guix-commits
[Top][All Lists]
Advanced

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

73/73: gnu: r-with-tests: Update to 4.2.1.


From: guix-commits
Subject: 73/73: gnu: r-with-tests: Update to 4.2.1.
Date: Sat, 2 Jul 2022 10:56:00 -0400 (EDT)

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

commit 34f8de46f1c44608cb76f4fe80e94e41651694e5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 2 16:37:35 2022 +0200

    gnu: r-with-tests: Update to 4.2.1.
    
    * gnu/packages/statistics.scm (r-with-tests): Update to 4.2.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 dbc9b316a8..7b737e5eca 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -204,7 +204,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
 (define r-with-tests
   (package
     (name "r-with-tests")
-    (version "4.2.0")
+    (version "4.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -212,7 +212,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "123l17sv3smh5cz0vrjxjj8jf81bb860kah6iww9bl3skdqvgsiq"))))
+                "0gv4di1x835i4nsy21vqw66c0blmmmvyjkixc5a8x117dm4dnljd"))))
     (build-system gnu-build-system)
     (arguments
      `(#:disallowed-references (,tzdata-for-tests)



reply via email to

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