diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-19 23:40:21 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-10-20 00:03:36 +0200 |
commit | 615ee12e64ced278389e2ac8b64eca19a9ff688d (patch) | |
tree | 003bdf76e09c3debc5fcc6a691ce170c79ae513f /gnu | |
parent | 61e6d3ca1188c8360f724f77664010b69d1df48a (diff) |
gnu: r-with-tests: Update to 4.0.3.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.0.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 71ff921c62..bebd574f41 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) |