diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-11 17:02:01 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-06-11 17:03:48 +0200 |
commit | cbd9581acc41cd49eb81c2432452cad4de805cbd (patch) | |
tree | 0f96f19c6087500602fab3066e934cde109e1a8c | |
parent | 67ee20fbd297f4ec3f932714e94b9488310d8c58 (diff) |
gnu: r-with-tests, r-minimal: Update to 4.0.1.
* gnu/packages/statistics.scm (r-with-tests, r-minimal): Update to 4.0.1.
-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 7e88e1e54a..cd60ce87b0 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.0") + (version "4.0.1") (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 - "0h1995smlyiyhx7gpg9paxsfqrcn6g9bbp5h9r47i6an3clv1gh6")))) + "0ckgpihkih4b44rx48hpg9p6bv0w67j5z3qc8s4giy6qv2j29zlm")))) (build-system gnu-build-system) (arguments `(#:disallowed-references (,tzdata-for-tests) |