gnu: r-memoise: Update to 2.0.0.

* gnu/packages/statistics.scm (r-memoise): Update to 2.0.0.
[propagated-inputs]: Remove r-digest; add r-cachem and r-rlang.
This commit is contained in:
Ricardo Wurmus 2021-02-11 00:56:41 +01:00
parent d7f87af791
commit 2bc967e53d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1523,16 +1523,17 @@ (define-public r-pryr
(define-public r-memoise (define-public r-memoise
(package (package
(name "r-memoise") (name "r-memoise")
(version "1.1.0") (version "2.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "memoise" version)) (uri (cran-uri "memoise" version))
(sha256 (sha256
(base32 (base32
"034qfc2xlh30x1q2vya239w34a3ir3y2fwnx2agbgbi6592zjxmj")))) "1bzcv7pmls3bx2w5ccv1pm20wycbfqba1v76k0fjgmjsm6hy76pz"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-digest" ,r-digest))) `(("r-cachem" ,r-cachem)
("r-rlang" ,r-rlang)))
(home-page "https://github.com/hadley/memoise") (home-page "https://github.com/hadley/memoise")
(synopsis "Memoise functions for R") (synopsis "Memoise functions for R")
(description (description