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

* gnu/packages/statistics.scm (r-with-tests): Update to 3.5.3.
master
Ricardo Wurmus 2019-03-11 15:24:42 +01:00
parent e445bd1607
commit 4948c23677
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
(define r-with-tests
(package
(name "r-with-tests")
(version "3.5.1")
(version "3.5.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@ -185,7 +185,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
version ".tar.gz"))
(sha256
(base32
"1vap2k8kj5icy9naw61f9zyphf4rs0c9rxvil0zxkwx0xvsvyqq4"))))
"1337irx9y0r3jm1rcq1dcwnxsgfhnvgjs5wadcyh17vhpnvkgyib"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)