mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-with-tests: Update to 3.6.1.
* gnu/packages/statistics.scm (r-with-tests): Update to 3.6.1.
This commit is contained in:
parent
e203e57b8a
commit
813b7210aa
1 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ (define-public libxls
|
||||||
(define r-with-tests
|
(define r-with-tests
|
||||||
(package
|
(package
|
||||||
(name "r-with-tests")
|
(name "r-with-tests")
|
||||||
(version "3.6.0")
|
(version "3.6.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-"
|
||||||
|
@ -189,7 +189,7 @@ (define r-with-tests
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02bmylmzrm9sdidirmwy233lghmd2346z725ca71ari68lzarz1n"))))
|
"128kifbq0w25y8aq77w289ddax5i5w2djcfsqgffrb3i7syrxajv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:disallowed-references (,tzdata-for-tests)
|
`(#:disallowed-references (,tzdata-for-tests)
|
||||||
|
|
Loading…
Reference in a new issue