diff options
author | Greg Hogan <code@greghogan.com> | 2025-07-24 17:32:41 +0000 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-08-06 09:43:47 +0200 |
commit | 97c45bbfc50bcc29a9b2f8081961ac165b4fc7cc (patch) | |
tree | c53d7bb704b11f2ab871a465addb3a5bc5c1c4e4 | |
parent | ef24e7d280400adc22ac6b710a7b6281e3bcc30d (diff) |
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 <andreas@enge.fr>
-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 48adf3aaac..64b7d820b4 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")) |