diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-12 14:16:01 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-12 14:27:29 +0100 |
commit | 7711db7f4ec24015d7c2412ef1e624cbf8110ed3 (patch) | |
tree | 77d4dabba5c7bb794c491fc2c5ef1b13874888ae | |
parent | 28b4ff244dfbf141a9aae4f1ddcc1021372d412f (diff) | |
download | patches-7711db7f4ec24015d7c2412ef1e624cbf8110ed3.tar patches-7711db7f4ec24015d7c2412ef1e624cbf8110ed3.tar.gz |
gnu: r-with-tests: Update to 3.6.2.
* gnu/packages/statistics.scm (r-with-tests): Update to 3.6.2.
-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 81ff0107b4..c3054473a2 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.1") + (version "3.6.2") (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 - "128kifbq0w25y8aq77w289ddax5i5w2djcfsqgffrb3i7syrxajv")))) + "0m69pfi0nxyriyb2yz74xfzaxwfkinnf9kpvf1rz727vvmfa8rdx")))) (build-system gnu-build-system) (arguments `(#:disallowed-references (,tzdata-for-tests) |