From 97c45bbfc50bcc29a9b2f8081961ac165b4fc7cc Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Thu, 24 Jul 2025 17:32:41 +0000 Subject: [PATCH] gnu: r-arrow: Update to 21.0.0. * gnu/packages/cran.scm (r-arrow): Update to 21.0.0. Change-Id: I8394307862b54cbf879a990f0da11d4cb68458b8 Signed-off-by: Andreas Enge --- 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 48adf3aaac5..64b7d820b40 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -37779,14 +37779,14 @@ colored by the number of neighboring points. This is useful to visualize the (define-public r-arrow (package (name "r-arrow") - (version "20.0.0.2") + (version "21.0.0") (source (origin (method url-fetch) (uri (cran-uri "arrow" version)) (sha256 (base32 - "19xnz3df1r9n01dbsf05xkw6q5w8vipzkkb5bpx7jlcp38jnp8zn")))) + "1ipwcgzbzr5xb1ff0ikwxdfhbniqdjmvi4505cmb0divg9p50946")))) (properties `((upstream-name . "arrow") (updater-ignored-native-inputs . ("r-duckdb"))