mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
1f9b1187e0
commit
50ae661dca
1 changed files with 2 additions and 2 deletions
|
@ -537,13 +537,13 @@ (define-public r-consort
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue