Archived
1
0
Fork 0

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 @@ automatically pruning objects to maintain the constraints.")
(define-public r-collections
(package
(name "r-collections")
(version "0.3.5")
(version "0.3.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "collections" version))
(sha256
(base32 "053ig88pva78wxxwya3v7cz853k563dkpgxrf2xvd0l0d9fanxmz"))))
(base32 "19y7nds67700zy6354s1i0aglgjylzv65psccz5x3ih8f48sakr3"))))
(properties `((upstream-name . "collections")))
(build-system r-build-system)
(home-page "https://github.com/randy3k/collections")