diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-03-11 15:24:42 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-11 15:25:27 +0100 |
commit | 4948c23677be81c8ca061aadd37ba6537aa51c2c (patch) | |
tree | 6bbeec43611019e4610ecaeafc533ec4eeabb7ee /gnu | |
parent | e445bd1607ca5aefcaac5ef2608b0073ae657143 (diff) |
gnu: r-with-tests: Update to 3.5.3.
* gnu/packages/statistics.scm (r-with-tests): Update to 3.5.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 eaca034366..e017d60767 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -177,7 +177,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.") (define r-with-tests (package (name "r-with-tests") - (version "3.5.1") + (version "3.5.3") (source (origin (method url-fetch) (uri (string-append "mirror://cran/src/base/R-" @@ -185,7 +185,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.") version ".tar.gz")) (sha256 (base32 - "1vap2k8kj5icy9naw61f9zyphf4rs0c9rxvil0zxkwx0xvsvyqq4")))) + "1337irx9y0r3jm1rcq1dcwnxsgfhnvgjs5wadcyh17vhpnvkgyib")))) (build-system gnu-build-system) (arguments `(#:disallowed-references (,tzdata-for-tests) |