gnu: r-minimal: Update to 3.4.1.
* gnu/packages/statistics.scm (r-minimal): Update to 3.4.1.
This commit is contained in:
parent
3bf0245bb8
commit
ebbb6301a3
|
@ -106,7 +106,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.0")
|
(version "3.4.1")
|
||||||
(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-"
|
||||||
|
@ -114,7 +114,7 @@ be output in text, PostScript, PDF or HTML.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14cb8bwi3akvdb6934kqic2862f2qgav6cq4g0h7gi2p4ka9x3i8"))))
|
"0y7wlfk3cn1dxn2mpnxwvsk31s0599crbsyah8srm5pa2mfi7c82"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:disallowed-references (,tzdata-2017a)
|
`(#:disallowed-references (,tzdata-2017a)
|
||||||
|
|
Loading…
Reference in New Issue