gnu: r-r-cache: Update to 0.13.0.
* gnu/packages/statistics.scm (r-r-cache): Update to 0.13.0.
This commit is contained in:
parent
48237fde89
commit
2cd6bb5da4
|
@ -3420,13 +3420,13 @@ developing R packages.")
|
||||||
(define-public r-r-cache
|
(define-public r-r-cache
|
||||||
(package
|
(package
|
||||||
(name "r-r-cache")
|
(name "r-r-cache")
|
||||||
(version "0.12.0")
|
(version "0.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "R.cache" version))
|
(uri (cran-uri "R.cache" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"006x52w9r8phw5hgqmyp0bz8z42vn8p5yibibnzi1sfa1xlw8iyx"))))
|
"1hf5cb7xvnca5zlh9245b5g62sgsaxwdhiv7x59yld37cydakm6k"))))
|
||||||
(properties `((upstream-name . "R.cache")))
|
(properties `((upstream-name . "R.cache")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue