diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-08-12 10:06:44 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-08-12 10:25:29 +0200 |
commit | 813b7210aab828be6e3b1403de98d166c8cf16e5 (patch) | |
tree | aa45425c9efd23cc391465e63723e92a683efee1 /gnu | |
parent | e203e57b8a7466c8bbe9c38522f9bf1b03ede2f2 (diff) |
gnu: r-with-tests: Update to 3.6.1.
* gnu/packages/statistics.scm (r-with-tests): Update to 3.6.1.
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 024160ef81..7a124bce8e 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -181,7 +181,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.0") + (version "3.6.1") (source (origin (method url-fetch) (uri (string-append "mirror://cran/src/base/R-" @@ -189,7 +189,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.") version ".tar.gz")) (sha256 (base32 - "02bmylmzrm9sdidirmwy233lghmd2346z725ca71ari68lzarz1n")))) + "128kifbq0w25y8aq77w289ddax5i5w2djcfsqgffrb3i7syrxajv")))) (build-system gnu-build-system) (arguments `(#:disallowed-references (,tzdata-for-tests) |