mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -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
|
||||
(package
|
||||
(name "r-cachem")
|
||||
(version "1.0.4")
|
||||
(version "1.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cachem" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b1gk837rk9kbfq385ybrrk12ckxwvhjvf0z9635l3vw49wal4mh"))))
|
||||
"1xigqfhkl4n768bjgn2bqvb9k70h1ibj4lv5vvpwsh1p6vw4mkw2"))))
|
||||
(properties `((upstream-name . "cachem")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue