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, r-minimal: Update to 4.0.2.


From: guix-commits
Subject: branch master updated: gnu: r-with-tests, r-minimal: Update to 4.0.2.
Date: Mon, 22 Jun 2020 12:30:20 -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 af02327  gnu: r-with-tests, r-minimal: Update to 4.0.2.
af02327 is described below

commit af023278567b398207d421b1b05bf4980f272525
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 22 18:26:35 2020 +0200

    gnu: r-with-tests, r-minimal: Update to 4.0.2.
    
    * gnu/packages/statistics.scm (r-with-tests, r-minimal): Update to 4.0.2.
---
 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 4060233..4a138fe 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -184,7 +184,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
 (define r-with-tests
   (package
     (name "r-with-tests")
-    (version "4.0.1")
+    (version "4.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -192,7 +192,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0ckgpihkih4b44rx48hpg9p6bv0w67j5z3qc8s4giy6qv2j29zlm"))))
+                "0xdy3dy2bzdiba8z94hjykyra8si8a5q15s0bri7c26scjrymg6k"))))
     (build-system gnu-build-system)
     (arguments
      `(#:disallowed-references (,tzdata-for-tests)



reply via email to

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