diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-25 18:47:03 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:14 +0200 |
| commit | 2f0bcd9e2e0c86e07e3543050aebc32ad26a06f2 (patch) | |
| tree | 11f024466c4214d653b9f2f9789bfe6263c15267 | |
| parent | d7a8fcb973aa579907c975defdf8b3bdf78667bd (diff) | |
gnu: r-collections: Update to 0.3.12.
* gnu/packages/cran.scm (r-collections): Update to 0.3.12.
Change-Id: If9ec4ec0850262c0422359590ec5e0ffe805700c
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 5ba59e6cb8c..2087b701108 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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)) |
