gnu: Update r-minimal to 3.4.3.

* gnu/packages/statistics.scm (r-minimal): Update to 3.4.3.
This commit is contained in:
Roel Janssen 2017-11-30 12:50:23 +01:00
parent 8833a647bb
commit cbe1314a7e
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ be output in text, PostScript, PDF or HTML.")
(define-public r-minimal (define-public r-minimal
(package (package
(name "r-minimal") (name "r-minimal")
(version "3.4.2") (version "3.4.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cran/src/base/R-" (uri (string-append "mirror://cran/src/base/R-"
@ -118,7 +118,7 @@ be output in text, PostScript, PDF or HTML.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0r0cv2kc3x5z9xycpnxx6fbvv22psw2m342jhpslbxkc8g1307lp")))) "09pl0w01fr09bsrwd7nz2r5psysj0z93w4chz3hm2havvqqvhg3s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:disallowed-references (,tzdata-2017a) `(#:disallowed-references (,tzdata-2017a)