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>
This commit is contained in:
Greg Hogan 2025-07-24 17:32:41 +00:00 committed by Andreas Enge
parent ef24e7d280
commit 97c45bbfc5
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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"))