me
/
guix
Archived
1
0
Fork 0

gnu: r-collapse: Update to 2.0.10.

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

Change-Id: I1471c026e8063529aa1120564d17777ea1f4acfb
master
Ricardo Wurmus 2024-02-19 12:27:51 +01:00
parent dbac7383bd
commit b940b81847
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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