gnu: r-collections: Update to 0.3.10.

* gnu/packages/cran.scm (r-collections): Update to 0.3.10.

Change-Id: I4e7bb7bf119cb62bd77d5d6aebbe1612088c210c
This commit is contained in:
Ricardo Wurmus
2026-01-28 13:17:38 +01:00
committed by Andreas Enge
parent 2d9edcfb13
commit 0068b61e3c

View File

@@ -2048,13 +2048,13 @@ effectively deal with variable labels, attributes, and missing data.")
(define-public r-collections
(package
(name "r-collections")
(version "0.3.9")
(version "0.3.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "collections" version))
(sha256
(base32 "024xhgfzj3yc8kvzlq0gzsammbfa3v3v0x5rkfww3m6l28cf63r0"))))
(base32 "0bpg6m8pfjkhkx5fvzbppfmxzjyxk78b22g710rz34090rlhg87n"))))
(properties `((upstream-name . "collections")))
(build-system r-build-system)
(native-inputs (list r-testthat))