gnu: r-cachem: Update to 1.0.5.

* gnu/packages/cran.scm (r-cachem): Update to 1.0.5.
This commit is contained in:
Ricardo Wurmus 2021-05-20 10:54:38 +02:00
parent c88e05b2db
commit 2a32b69ed3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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