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
1 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
(define r-with-tests
(package
(name "r-with-tests")
(version "4.2.0")
(version "4.2.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@ -212,7 +212,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
version ".tar.gz"))
(sha256
(base32
"123l17sv3smh5cz0vrjxjj8jf81bb860kah6iww9bl3skdqvgsiq"))))
"0gv4di1x835i4nsy21vqw66c0blmmmvyjkixc5a8x117dm4dnljd"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)