diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:03 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:27:43 +0100 |
| commit | f64db5d53cf01034d2dad44fa72ba759c1e89863 (patch) | |
| tree | 84cda08ce7aba666ab764a7e81e854ec18fb3db9 /gnu | |
| parent | af0ae84b4fc24522c7aa4c310c845e9a20f0d247 (diff) | |
gnu: r-nanoparquet: Update to 0.4.3.
* gnu/packages/cran.scm (r-nanoparquet): Update to 0.4.3.
Change-Id: If15cf598d3f88e0b1742d852b412b64cbc47d2f6
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -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 a79a0df258..f93625bc35 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21474,13 +21474,13 @@ to wait upon events signalled by concurrent threads.") (define-public r-nanoparquet (package (name "r-nanoparquet") - (version "0.4.2") + (version "0.4.3") (source (origin (method url-fetch) (uri (cran-uri "nanoparquet" version)) (sha256 - (base32 "01jk8h7xkki53lyb8ja5vn5ipbaf4r0h35n14i7gm28al5hipvkq")))) + (base32 "031j6qgs57n8aa02ys749hv25vww85b63x8agvcy2bcsr5njn7z9")))) (properties `((upstream-name . "nanoparquet"))) (build-system r-build-system) (native-inputs (list r-arrow |
