guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit c8d2128f4f6ee070e3e84d558f748b15333d0e16
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:42:03 2026 +0100
gnu: r-nanoparquet: Update to 0.4.3.
* gnu/packages/cran.scm (r-nanoparquet): Update to 0.4.3.
Change-Id: If15cf598d3f88e0b1742d852b412b64cbc47d2f6
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 604403ea81..20473bce78 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21472,13 +21472,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