gnu: r-collections: Update to 0.3.7.

* gnu/packages/cran.scm (r-collections): Update to 0.3.7.
This commit is contained in:
Ricardo Wurmus 2023-01-09 22:15:08 +01:00
parent b688e283dc
commit b147c4a7f3
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
(package
(name "r-collections")
(version "0.3.6")
(version "0.3.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "collections" version))
(sha256
(base32 "19y7nds67700zy6354s1i0aglgjylzv65psccz5x3ih8f48sakr3"))))
(base32 "003zlp5s2ilq3pq0imlp7p46jkfihwzg1hkkgk7378ikcbwnz17z"))))
(properties `((upstream-name . "collections")))
(build-system r-build-system)
(home-page "https://github.com/randy3k/collections")