[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: r-with-tests: Update to 4.0.3.
From: |
guix-commits |
Subject: |
01/04: gnu: r-with-tests: Update to 4.0.3. |
Date: |
Mon, 19 Oct 2020 18:02:23 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 615ee12e64ced278389e2ac8b64eca19a9ff688d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 19 23:40:21 2020 +0200
gnu: r-with-tests: Update to 4.0.3.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.0.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 71ff921..bebd574 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -184,7 +184,7 @@ This package also provides @command{xls2csv} to export
Excel files to CSV.")
(define r-with-tests
(package
(name "r-with-tests")
- (version "4.0.2")
+ (version "4.0.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@@ -192,7 +192,7 @@ This package also provides @command{xls2csv} to export
Excel files to CSV.")
version ".tar.gz"))
(sha256
(base32
- "0xdy3dy2bzdiba8z94hjykyra8si8a5q15s0bri7c26scjrymg6k"))))
+ "03cypg2qf7v9mq9mr9alz9w5y9m5kdgwbc97bp26pyymg253m609"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)