gnu: r-minimal: Update to 3.4.4.
* gnu/packages/statistics.scm (r-minimal): Update to 3.4.4.
This commit is contained in:
parent
785f40dfbc
commit
c43ea99b39
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,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.3")
|
(version "3.4.4")
|
||||||
(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-"
|
||||||
|
@ -123,7 +123,7 @@ be output in text, PostScript, PDF or HTML.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09pl0w01fr09bsrwd7nz2r5psysj0z93w4chz3hm2havvqqvhg3s"))))
|
"0dq3jsnwsb5j3fhl0wi3p5ycv8avf8s5j1y4ap3d2mkjmcppvsdk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:disallowed-references (,tzdata-for-tests)
|
`(#:disallowed-references (,tzdata-for-tests)
|
||||||
|
|
Reference in a new issue