guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: r-with-tests: Update to 3.6.1.


From: guix-commits
Subject: 01/02: gnu: r-with-tests: Update to 3.6.1.
Date: Mon, 12 Aug 2019 04:25:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 813b7210aab828be6e3b1403de98d166c8cf16e5
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 12 10:06:44 2019 +0200

    gnu: r-with-tests: Update to 3.6.1.
    
    * gnu/packages/statistics.scm (r-with-tests): Update to 3.6.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 024160e..7a124bc 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -181,7 +181,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.0")
+    (version "3.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -189,7 +189,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "02bmylmzrm9sdidirmwy233lghmd2346z725ca71ari68lzarz1n"))))
+                "128kifbq0w25y8aq77w289ddax5i5w2djcfsqgffrb3i7syrxajv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:disallowed-references (,tzdata-for-tests)



reply via email to

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