me
/
guix
Archived
1
0
Fork 0

gnu: r-r-cache: Update to 0.14.0.

* gnu/packages/statistics.scm (r-r-cache): Update to 0.14.0.
master
Ricardo Wurmus 2019-12-06 21:39:03 +01:00
parent 468d7c965b
commit 494acc7e7b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3533,13 +3533,13 @@ developing R packages.")
(define-public r-r-cache
(package
(name "r-r-cache")
(version "0.13.0")
(version "0.14.0")
(source (origin
(method url-fetch)
(uri (cran-uri "R.cache" version))
(sha256
(base32
"1hf5cb7xvnca5zlh9245b5g62sgsaxwdhiv7x59yld37cydakm6k"))))
"1n8n5ihkryrbxv630dwhz4r048nyv676qd3i9f5z5fa04hvlxbqq"))))
(properties `((upstream-name . "R.cache")))
(build-system r-build-system)
(propagated-inputs