me
/
guix
Archived
1
0
Fork 0

gnu: r-collapse: Update to 2.0.7.

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

Change-Id: I46c2863921b7d11b0e7fc3a682ea238962fcc9c4
Ricardo Wurmus 2023-12-15 12:16:40 +01:00
parent 75e93cd0f5
commit c4dbd4b4f4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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