guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: r-with-tests: Update to 3.5.1.


From: Ricardo Wurmus
Subject: 02/02: gnu: r-with-tests: Update to 3.5.1.
Date: Fri, 9 Nov 2018 08:07:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cee9ab244f9ba9f3156b6aa50927418bae951096
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Nov 9 10:47:34 2018 +0100

    gnu: r-with-tests: Update to 3.5.1.
    
    * gnu/packages/statistics.scm (r-with-tests): Update to 3.5.1.
---
 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 e76bc7c..5b494c4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -121,7 +121,7 @@ be output in text, PostScript, PDF or HTML.")
 (define r-with-tests
   (package
     (name "r-with-tests")
-    (version "3.5.0")
+    (version "3.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -129,7 +129,7 @@ be output in text, PostScript, PDF or HTML.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0w38865laqg28cdhikxdxhx4rfp0kgcn72gakwypsy91br9ja5zx"))))
+                "1vap2k8kj5icy9naw61f9zyphf4rs0c9rxvil0zxkwx0xvsvyqq4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:disallowed-references (,tzdata-for-tests)



reply via email to

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