gnu: r-collapse: Update to 2.0.12.

* gnu/packages/cran.scm (r-collapse): Update to 2.0.12.

Change-Id: Id30326eaddfb6d546524db366160ce39905527c8
This commit is contained in:
Ricardo Wurmus 2024-04-02 10:04:27 +02:00
parent 1f9b1187e0
commit 50ae661dca
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -537,13 +537,13 @@ labels on the node can also be achieved.")
(define-public r-collapse
(package
(name "r-collapse")
(version "2.0.11")
(version "2.0.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "collapse" version))
(sha256
(base32 "0aaqzipgnln6mcwgahlnvg0dhq82xnzrfn95mv4ywgpczaicwg3s"))))
(base32 "0dplfsj4lqafw0zkrqhph9sk22qpkm5i753pgwf9w9cq5d17f537"))))
(properties `((upstream-name . "collapse")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))