mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: r-cachem: Update to 1.0.5.
* gnu/packages/cran.scm (r-cachem): Update to 1.0.5.
This commit is contained in:
parent
c88e05b2db
commit
2a32b69ed3
1 changed files with 2 additions and 2 deletions
|
@ -132,14 +132,14 @@ (define-public r-brio
|
||||||
(define-public r-cachem
|
(define-public r-cachem
|
||||||
(package
|
(package
|
||||||
(name "r-cachem")
|
(name "r-cachem")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "cachem" version))
|
(uri (cran-uri "cachem" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b1gk837rk9kbfq385ybrrk12ckxwvhjvf0z9635l3vw49wal4mh"))))
|
"1xigqfhkl4n768bjgn2bqvb9k70h1ibj4lv5vvpwsh1p6vw4mkw2"))))
|
||||||
(properties `((upstream-name . "cachem")))
|
(properties `((upstream-name . "cachem")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue