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


From: guix-commits
Subject: branch master updated: gnu: r-with-tests: Update to 3.6.3.
Date: Sat, 29 Feb 2020 13:19:56 -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 0c0da96  gnu: r-with-tests: Update to 3.6.3.
0c0da96 is described below

commit 0c0da96ab5308f6a88a1e3cc6408a2af71ca9838
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sat Feb 29 19:19:08 2020 +0100

    gnu: r-with-tests: Update to 3.6.3.
    
    * gnu/packages/statistics.scm (r-with-tests): Update to 3.6.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 46cd691..1f15a6a 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -183,7 +183,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
 (define r-with-tests
   (package
     (name "r-with-tests")
-    (version "3.6.2")
+    (version "3.6.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -191,7 +191,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0m69pfi0nxyriyb2yz74xfzaxwfkinnf9kpvf1rz727vvmfa8rdx"))))
+                "13xaxwfbzj0bd6rn2n27z0n04lb93mcyq991w4vdbbg8v282jc49"))))
     (build-system gnu-build-system)
     (arguments
      `(#:disallowed-references (,tzdata-for-tests)



reply via email to

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