summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-14 19:41:51 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:27:11 +0100
commitf1bb5ab76a04ef2142ea50425241a73d4704845d (patch)
tree15111b6f0c6d391cd843b663f7b176ce2f20b136 /gnu
parentd0798628726b9e808ed27925129a91a14145f427 (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2040321f1f..1f3b76358f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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))