diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-02-29 19:19:08 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-02-29 19:19:49 +0100 |
commit | 0c0da96ab5308f6a88a1e3cc6408a2af71ca9838 (patch) | |
tree | c5738ed4f3f3d0916b0b2e541913b5be60ed83e3 /gnu/packages/statistics.scm | |
parent | 91c19e76a5c456c2861ca48754563e7cc86ff5f2 (diff) |
gnu: r-with-tests: Update to 3.6.3.
* gnu/packages/statistics.scm (r-with-tests): Update to 3.6.3.
Diffstat (limited to 'gnu/packages/statistics.scm')
-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 46cd691ed3..1f15a6a713 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.2") + (version "3.6.3") (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 - "0m69pfi0nxyriyb2yz74xfzaxwfkinnf9kpvf1rz727vvmfa8rdx")))) + "13xaxwfbzj0bd6rn2n27z0n04lb93mcyq991w4vdbbg8v282jc49")))) (build-system gnu-build-system) (arguments `(#:disallowed-references (,tzdata-for-tests) |