gnu: r: Update to 3.2.5.

* gnu/packages/statistics.scm (r): Update to 3.2.5.
This commit is contained in:
Ricardo Wurmus 2016-04-19 12:46:57 +02:00
parent 349a314765
commit 8694dca8f3
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ be output in text, PostScript, PDF or HTML.")
(define-public r (define-public r
(package (package
(name "r") (name "r")
(version "3.2.3") (version "3.2.5")
(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-"
@ -106,7 +106,7 @@ be output in text, PostScript, PDF or HTML.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1hdnv77ralzcx5k5b88jq1r8l6zqnywpq00g2qs949rqh63psfxr")))) "1dc0iybjk9kr1nghz3fpir6mb9hb9rnrz9bgh00w5pg5vir5cx30"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags