guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: r-with-tests: Update to 4.2.3.


From: guix-commits
Subject: branch master updated: gnu: r-with-tests: Update to 4.2.3.
Date: Tue, 18 Apr 2023 09:12:27 -0400

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c057a5c418 gnu: r-with-tests: Update to 4.2.3.
c057a5c418 is described below

commit c057a5c4184bb5846d26cb1ee2387eac26bd2fed
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 18 12:06:12 2023 +0200

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



reply via email to

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