diff options
author | Roel Janssen <roel@gnu.org> | 2017-11-30 12:50:23 +0100 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2017-11-30 12:50:23 +0100 |
commit | cbe1314a7e45ac1676404b3ca84a25889c8e72c1 (patch) | |
tree | 5d171af15afb9dccc4c68158ba56edc768edf944 /gnu | |
parent | 8833a647bbe444b7a981d0ff977f8132b7d6fddb (diff) |
gnu: Update r-minimal to 3.4.3.
* gnu/packages/statistics.scm (r-minimal): Update to 3.4.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 c1f4426f2f..6a5b09cfcb 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -110,7 +110,7 @@ be output in text, PostScript, PDF or HTML.") (define-public r-minimal (package (name "r-minimal") - (version "3.4.2") + (version "3.4.3") (source (origin (method url-fetch) (uri (string-append "mirror://cran/src/base/R-" @@ -118,7 +118,7 @@ be output in text, PostScript, PDF or HTML.") version ".tar.gz")) (sha256 (base32 - "0r0cv2kc3x5z9xycpnxx6fbvv22psw2m342jhpslbxkc8g1307lp")))) + "09pl0w01fr09bsrwd7nz2r5psysj0z93w4chz3hm2havvqqvhg3s")))) (build-system gnu-build-system) (arguments `(#:disallowed-references (,tzdata-2017a) |