gnu: r-with-tests, r-minimal: Update to 4.0.2.

* gnu/packages/statistics.scm (r-with-tests, r-minimal): Update to 4.0.2.
This commit is contained in:
Ricardo Wurmus 2020-06-22 18:26:35 +02:00
parent 7f75a7ec08
commit af02327856
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -184,7 +184,7 @@ (define-public libxls
(define r-with-tests
(package
(name "r-with-tests")
(version "4.0.1")
(version "4.0.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@ -192,7 +192,7 @@ (define r-with-tests
version ".tar.gz"))
(sha256
(base32
"0ckgpihkih4b44rx48hpg9p6bv0w67j5z3qc8s4giy6qv2j29zlm"))))
"0xdy3dy2bzdiba8z94hjykyra8si8a5q15s0bri7c26scjrymg6k"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)