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

* gnu/packages/statistics.scm (r-with-tests): Update to 4.1.3.
This commit is contained in:
Ricardo Wurmus 2022-04-05 12:18:47 +02:00
parent 78e8c20179
commit 860010ac2a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -203,7 +203,7 @@ (define-public libxls
(define r-with-tests
(package
(name "r-with-tests")
(version "4.1.2")
(version "4.1.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@ -211,7 +211,7 @@ (define r-with-tests
version ".tar.gz"))
(sha256
(base32
"1brqmc7mmb0z94kcs4crgl6v9a6sxhm9fm3y177d81vjkxg24di0"))))
"1mpy4sar1amx5ai9rqr9s0nw8p65iqfrqbm5n9h402b17hrmpzqm"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)