guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: r-with-tests: Update to 3.5.3.


From: guix-commits
Subject: 01/01: gnu: r-with-tests: Update to 3.5.3.
Date: Mon, 11 Mar 2019 10:25:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4948c23677be81c8ca061aadd37ba6537aa51c2c
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 11 15:24:42 2019 +0100

    gnu: r-with-tests: Update to 3.5.3.
    
    * gnu/packages/statistics.scm (r-with-tests): Update to 3.5.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 eaca034..e017d60 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -177,7 +177,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
 (define r-with-tests
   (package
     (name "r-with-tests")
-    (version "3.5.1")
+    (version "3.5.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -185,7 +185,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1vap2k8kj5icy9naw61f9zyphf4rs0c9rxvil0zxkwx0xvsvyqq4"))))
+                "1337irx9y0r3jm1rcq1dcwnxsgfhnvgjs5wadcyh17vhpnvkgyib"))))
     (build-system gnu-build-system)
     (arguments
      `(#:disallowed-references (,tzdata-for-tests)



reply via email to

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