mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: r-collections: Update to 0.3.7.
* gnu/packages/cran.scm (r-collections): Update to 0.3.7.
This commit is contained in:
parent
b688e283dc
commit
b147c4a7f3
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue