Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-with-tests): Update to 4.1.2.
This commit is contained in:
Ricardo Wurmus 2021-11-04 09:39:50 +00:00
parent bd41e590dd
commit 17d0bbef88
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -190,7 +190,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
(define r-with-tests (define r-with-tests
(package (package
(name "r-with-tests") (name "r-with-tests")
(version "4.1.1") (version "4.1.2")
(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-"
@ -198,7 +198,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0r6kpnxjbvb7gdfg4m1z8zc6xd225vw81wrnf05ps9ajawk06pji")))) "1brqmc7mmb0z94kcs4crgl6v9a6sxhm9fm3y177d81vjkxg24di0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:disallowed-references (,tzdata-for-tests) `(#:disallowed-references (,tzdata-for-tests)