guix-commits
[Top][All Lists]
Advanced

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

branch wip-r updated: gnu: r-with-tests: Update to 4.2.1.


From: guix-commits
Subject: branch wip-r updated: gnu: r-with-tests: Update to 4.2.1.
Date: Sat, 02 Jul 2022 10:54:11 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/wip-r by this push:
     new 008b75fae6 gnu: r-with-tests: Update to 4.2.1.
008b75fae6 is described below

commit 008b75fae6839f9fa56eb00c3955f76bd6afe0be
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]