gnu: r-collapse: Update to 2.0.14.

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

Change-Id: I897661ebea5d13775d3df0355dbff8d2705a7355
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:57:27 +02:00
parent 79fe8efab1
commit b57afaf73b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -560,13 +560,13 @@ labels on the node can also be achieved.")
(define-public r-collapse
(package
(name "r-collapse")
(version "2.0.13")
(version "2.0.14")
(source
(origin
(method url-fetch)
(uri (cran-uri "collapse" version))
(sha256
(base32 "11i1zw9c9fp5rnhd14b8ivqas38v8qywmmh9w4iaxrb02s77qwz5"))))
(base32 "0njmis9a0jc8xmdxgxhpydsj2ygb89hg402gpqaw1h5bcwwpf0m8"))))
(properties `((upstream-name . "collapse")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))