me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-with-tests): Update to 4.1.1.
Ricardo Wurmus 2021-08-21 23:56:38 +02:00
parent 5552104cd2
commit 14c3871720
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
(define r-with-tests
(package
(name "r-with-tests")
(version "4.1.0")
(version "4.1.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@ -195,7 +195,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
version ".tar.gz"))
(sha256
(base32
"109732arm6dq6d6v3fl1nyx63lcvv9569j8g6r3s2b18sxcqkrp8"))))
"0r6kpnxjbvb7gdfg4m1z8zc6xd225vw81wrnf05ps9ajawk06pji"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)