gnu: r-with-tests: Update to 4.2.1.

* gnu/packages/statistics.scm (r-with-tests): Update to 4.2.1.
This commit is contained in:
Ricardo Wurmus 2022-07-02 16:37:35 +02:00
parent 3bb39fc370
commit a0142125e6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -204,7 +204,7 @@ (define-public libxls
(define r-with-tests (define r-with-tests
(package (package
(name "r-with-tests") (name "r-with-tests")
(version "4.2.0") (version "4.2.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-"
@ -212,7 +212,7 @@ (define r-with-tests
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"123l17sv3smh5cz0vrjxjj8jf81bb860kah6iww9bl3skdqvgsiq")))) "0gv4di1x835i4nsy21vqw66c0blmmmvyjkixc5a8x117dm4dnljd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:disallowed-references (,tzdata-for-tests) `(#:disallowed-references (,tzdata-for-tests)