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.3.2.


From: guix-commits
Subject: branch master updated: gnu: r-with-tests: Update to 4.3.2.
Date: Sat, 16 Dec 2023 07:07:43 -0500

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 d5298c5e33 gnu: r-with-tests: Update to 4.3.2.
d5298c5e33 is described below

commit d5298c5e334e56a9aabddcb62d312e63135864f6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 19:10:39 2023 +0100

    gnu: r-with-tests: Update to 4.3.2.
    
    * gnu/packages/statistics.scm (r-with-tests): Update to 4.3.2.
    
    Change-Id: Ifd949eb363582e533d629e573ea98c10edf127c3
---
 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 86f545b5d1..0c3a560562 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -216,7 +216,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
 (define r-with-tests
   (package
     (name "r-with-tests")
-    (version "4.3.1")
+    (version "4.3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -224,7 +224,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "16dswjcymzr2mj1vjwqdyjaa9d4isa1p6c9viihnyg02y4jbzl4d"))))
+                "0aj51j34q2b28y28xvlf0dwdj8vpnhjwpvqf7xm05s7fq857dxdk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:disallowed-references (,tzdata-for-tests)



reply via email to

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