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

* gnu/packages/statistics.scm (r-with-tests): Update to 4.2.3.
This commit is contained in:
Ricardo Wurmus 2023-04-18 12:06:12 +02:00
parent a117510a8c
commit 8bb4d061c4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -210,7 +210,7 @@ (define-public libxls
(define r-with-tests
(package
(name "r-with-tests")
(version "4.2.2")
(version "4.2.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@ -218,7 +218,7 @@ (define r-with-tests
version ".tar.gz"))
(sha256
(base32
"1x9xjl6fyzs8r72zigirp905ki50wzyw9rxf7iqsbbsixi12pxhg"))))
"0x702sargcw27gy3nc0bwpfayi2lzak6c0ixq3i19qrvsjkakr2m"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)