gnu: r-cachem: Update to 1.0.6.
* gnu/packages/cran.scm (r-cachem): Update to 1.0.6.
This commit is contained in:
parent
dc18d10cbc
commit
10b152ae15
1 changed files with 2 additions and 2 deletions
|
@ -134,14 +134,14 @@ files and provide more explicit control over line endings.")
|
||||||
(define-public r-cachem
|
(define-public r-cachem
|
||||||
(package
|
(package
|
||||||
(name "r-cachem")
|
(name "r-cachem")
|
||||||
(version "1.0.5")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "cachem" version))
|
(uri (cran-uri "cachem" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xigqfhkl4n768bjgn2bqvb9k70h1ibj4lv5vvpwsh1p6vw4mkw2"))))
|
"0r0q5w8lsxak46crnkbi739qzys90hlw7cqqqhv99xzkpkvm554s"))))
|
||||||
(properties `((upstream-name . "cachem")))
|
(properties `((upstream-name . "cachem")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue