mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
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:
parent
d7f87af791
commit
2bc967e53d
1 changed files with 4 additions and 3 deletions
|
@ -1523,16 +1523,17 @@ (define-public r-pryr
|
|||
(define-public r-memoise
|
||||
(package
|
||||
(name "r-memoise")
|
||||
(version "1.1.0")
|
||||
(version "2.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "memoise" version))
|
||||
(sha256
|
||||
(base32
|
||||
"034qfc2xlh30x1q2vya239w34a3ir3y2fwnx2agbgbi6592zjxmj"))))
|
||||
"1bzcv7pmls3bx2w5ccv1pm20wycbfqba1v76k0fjgmjsm6hy76pz"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-digest" ,r-digest)))
|
||||
`(("r-cachem" ,r-cachem)
|
||||
("r-rlang" ,r-rlang)))
|
||||
(home-page "https://github.com/hadley/memoise")
|
||||
(synopsis "Memoise functions for R")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue