1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-collections: Update to 0.3.12.

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

Change-Id: If9ec4ec0850262c0422359590ec5e0ffe805700c
This commit is contained in:
Ricardo Wurmus
2026-03-25 18:47:03 +01:00
parent d7a8fcb973
commit 2f0bcd9e2e

View File

@@ -2102,13 +2102,13 @@ effectively deal with variable labels, attributes, and missing data.")
(define-public r-collections
(package
(name "r-collections")
(version "0.3.11")
(version "0.3.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "collections" version))
(sha256
(base32 "113mpj8bicyikdmf9y6lmfq2r6hb3lg9nsc9a8sb6qdivfvhvx3y"))))
(base32 "03f6153hj5i3s4z6r4nvzwpkyr2vrd9hyh88l1a9x261bgk3xrk0"))))
(properties `((upstream-name . "collections")))
(build-system r-build-system)
(native-inputs (list r-testthat))