me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-with-tests): Update to 4.2.3.
master
Ricardo Wurmus 2023-04-18 12:06:12 +02:00 committed by Maxim Cournoyer
parent 7cb21556b6
commit 8ed911cb25
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
(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 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
version ".tar.gz"))
(sha256
(base32
"1x9xjl6fyzs8r72zigirp905ki50wzyw9rxf7iqsbbsixi12pxhg"))))
"0x702sargcw27gy3nc0bwpfayi2lzak6c0ixq3i19qrvsjkakr2m"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)