~ruther/guix-local

f1bb5ab76a04ef2142ea50425241a73d4704845d — Ricardo Wurmus 2 months ago d079862
gnu: r-collapse: Update to 2.1.6.

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

Change-Id: Ia81cc276420bfcb60182c0404f44861b4452ff8e
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 2005,13 2005,13 @@ labels on the node can also be achieved.")
(define-public r-collapse
  (package
    (name "r-collapse")
    (version "2.1.5")
    (version "2.1.6")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "collapse" version))
       (sha256
        (base32 "0cyv0cj314dj5bnxdwqlzl6p97d1rnqbximyshkhc147hzsylx2n"))))
        (base32 "1nas21avxrc28pqn83iknnd0nriyx3ygj290gy68bqwpcch71nwl"))))
    (properties `((upstream-name . "collapse")))
    (build-system r-build-system)
    (propagated-inputs (list r-rcpp))