gnu: r-memoise: Update to 2.0.1.
* gnu/packages/statistics.scm (r-memoise): Update to 2.0.1.
This commit is contained in:
parent
b4a2db20ba
commit
8593846517
1 changed files with 2 additions and 2 deletions
|
@ -1557,13 +1557,13 @@ understand the language at a deeper level.")
|
||||||
(define-public r-memoise
|
(define-public r-memoise
|
||||||
(package
|
(package
|
||||||
(name "r-memoise")
|
(name "r-memoise")
|
||||||
(version "2.0.0")
|
(version "2.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "memoise" version))
|
(uri (cran-uri "memoise" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bzcv7pmls3bx2w5ccv1pm20wycbfqba1v76k0fjgmjsm6hy76pz"))))
|
"1srdzv2bp0splislrabmf1sfbqfi3hn189nq7kxhgjn8k3p38l7q"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-cachem r-rlang))
|
(list r-cachem r-rlang))
|
||||||
|
|
Reference in a new issue