me
/
guix
Archived
1
0
Fork 0

gnu: r-memoise: Update to 2.0.1.

* gnu/packages/statistics.scm (r-memoise): Update to 2.0.1.
master
Ricardo Wurmus 2022-01-05 19:34:38 +01:00
parent b4a2db20ba
commit 8593846517
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1557,13 +1557,13 @@ understand the language at a deeper level.")
(define-public r-memoise
(package
(name "r-memoise")
(version "2.0.0")
(version "2.0.1")
(source (origin
(method url-fetch)
(uri (cran-uri "memoise" version))
(sha256
(base32
"1bzcv7pmls3bx2w5ccv1pm20wycbfqba1v76k0fjgmjsm6hy76pz"))))
"1srdzv2bp0splislrabmf1sfbqfi3hn189nq7kxhgjn8k3p38l7q"))))
(build-system r-build-system)
(propagated-inputs
(list r-cachem r-rlang))