gnu: r-collections: Update to 0.3.6.

* gnu/packages/cran.scm (r-collections): Update to 0.3.6.
This commit is contained in:
Ricardo Wurmus 2022-11-04 08:23:09 +01:00
parent 1b0fea29a0
commit e3b8b3117c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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