mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: r-collections: Update to 0.3.6.
* gnu/packages/cran.scm (r-collections): Update to 0.3.6.
This commit is contained in:
parent
1b0fea29a0
commit
e3b8b3117c
1 changed files with 2 additions and 2 deletions
|
@ -259,13 +259,13 @@ (define-public r-cachem
|
||||||
(define-public r-collections
|
(define-public r-collections
|
||||||
(package
|
(package
|
||||||
(name "r-collections")
|
(name "r-collections")
|
||||||
(version "0.3.5")
|
(version "0.3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "collections" version))
|
(uri (cran-uri "collections" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "053ig88pva78wxxwya3v7cz853k563dkpgxrf2xvd0l0d9fanxmz"))))
|
(base32 "19y7nds67700zy6354s1i0aglgjylzv65psccz5x3ih8f48sakr3"))))
|
||||||
(properties `((upstream-name . "collections")))
|
(properties `((upstream-name . "collections")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/randy3k/collections")
|
(home-page "https://github.com/randy3k/collections")
|
||||||
|
|
Loading…
Reference in a new issue