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

* gnu/packages/statistics.scm (r-with-tests): Update to 4.1.0.
This commit is contained in:
Ricardo Wurmus 2021-06-02 10:52:24 +02:00
parent 6fee3239b3
commit f01215635a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -185,7 +185,7 @@ (define-public libxls
(define r-with-tests
(package
(name "r-with-tests")
(version "4.0.4")
(version "4.1.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@ -193,7 +193,7 @@ (define r-with-tests
version ".tar.gz"))
(sha256
(base32
"0bl098xcv8v316kqnf43v6gb4kcsv31ydqfm1f7qr824jzb2fgsj"))))
"109732arm6dq6d6v3fl1nyx63lcvv9569j8g6r3s2b18sxcqkrp8"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)