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:
Ricardo Wurmus 2023-07-16 00:12:42 +02:00
parent ff0d34a29b
commit 8d2a016f1b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -211,7 +211,7 @@ (define-public libxls
(define r-with-tests (define r-with-tests
(package (package
(name "r-with-tests") (name "r-with-tests")
(version "4.3.0") (version "4.3.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-"
@ -219,7 +219,7 @@ (define r-with-tests
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"02d6lrb0008wr9ikcas0h5xrk7i074ddwzzp4083czgjdj5w9p25")))) "16dswjcymzr2mj1vjwqdyjaa9d4isa1p6c9viihnyg02y4jbzl4d"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:disallowed-references (,tzdata-for-tests) `(#:disallowed-references (,tzdata-for-tests)