gnu: r-collapse: Update to 2.0.11.

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

Change-Id: Ide088ac041911a0863626434b33bd5bf62ef484e
This commit is contained in:
Ricardo Wurmus 2024-03-27 12:35:01 +01:00
parent f1ac9b4c82
commit ac7e5dfe35
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.10")
(version "2.0.11")
(source
(origin
(method url-fetch)
(uri (cran-uri "collapse" version))
(sha256
(base32 "0xary3xlkkhb3izbwzsk5q660hi00srkv95c0r36isr5bgsirfr1"))))
(base32 "0aaqzipgnln6mcwgahlnvg0dhq82xnzrfn95mv4ywgpczaicwg3s"))))
(properties `((upstream-name . "collapse")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))