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


From: guix-commits
Subject: 01/01: gnu: r-with-tests: Update to 3.6.2.
Date: Thu, 12 Dec 2019 08:27:45 -0500 (EST)

rekado pushed a commit to branch staging
in repository guix.

commit 7711db7f4ec24015d7c2412ef1e624cbf8110ed3
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 12 14:16:01 2019 +0100

    gnu: r-with-tests: Update to 3.6.2.
    
    * gnu/packages/statistics.scm (r-with-tests): Update to 3.6.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 81ff010..c305447 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.1")
+    (version "3.6.2")
     (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
-                "128kifbq0w25y8aq77w289ddax5i5w2djcfsqgffrb3i7syrxajv"))))
+                "0m69pfi0nxyriyb2yz74xfzaxwfkinnf9kpvf1rz727vvmfa8rdx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:disallowed-references (,tzdata-for-tests)



reply via email to

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