mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: r-collapse: Update to 2.1.2.
* gnu/packages/cran.scm (r-collapse): Update to 2.1.2. Change-Id: I3b49d935b2583e2c6af14f491cc9ef9d1caea22f
This commit is contained in:
parent
1b853fc3ae
commit
c02129bba5
1 changed files with 2 additions and 2 deletions
|
|
@ -1945,13 +1945,13 @@ labels on the node can also be achieved.")
|
|||
(define-public r-collapse
|
||||
(package
|
||||
(name "r-collapse")
|
||||
(version "2.1.1")
|
||||
(version "2.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "collapse" version))
|
||||
(sha256
|
||||
(base32 "1fl2179r8qkd42pgb43p2bqkgld8cp6z7lrpy383njvw71pyzhz4"))))
|
||||
(base32 "0qffq6gzh3yslj0zjkvsc7cz5wlczlpm6ag47cjszyjzb4wh2qiq"))))
|
||||
(properties `((upstream-name . "collapse")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue