mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-with-tests: Update to 4.3.1.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.3.1.
This commit is contained in:
parent
ff0d34a29b
commit
8d2a016f1b
1 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ (define-public libxls
|
|||
(define r-with-tests
|
||||
(package
|
||||
(name "r-with-tests")
|
||||
(version "4.3.0")
|
||||
(version "4.3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cran/src/base/R-"
|
||||
|
@ -219,7 +219,7 @@ (define r-with-tests
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02d6lrb0008wr9ikcas0h5xrk7i074ddwzzp4083czgjdj5w9p25"))))
|
||||
"16dswjcymzr2mj1vjwqdyjaa9d4isa1p6c9viihnyg02y4jbzl4d"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:disallowed-references (,tzdata-for-tests)
|
||||
|
|
Loading…
Reference in a new issue