1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-arrow: Update to 23.0.1.2.

* gnu/packages/cran.scm (r-arrow): Update to 23.0.1.2.

Change-Id: I303367d5c42fa90a5663ed7d0ea54de171bc8851
This commit is contained in:
Ricardo Wurmus
2026-03-31 18:43:51 +02:00
parent f964eb065b
commit 0edc7322e6

View File

@@ -40911,14 +40911,14 @@ colored by the number of neighboring points. This is useful to visualize the
(define-public r-arrow
(package
(name "r-arrow")
(version "23.0.1.1")
(version "23.0.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "arrow" version))
(sha256
(base32
"15a84vqhl1hb5d5n4f70g3ssklqzymnr9has6yff8xdj1sw015bf"))))
"0cgaalxgf80w4801rz0gik2nlrp659nxcw2l43an90f8fbsjfhzz"))))
(properties
`((upstream-name . "arrow")
(updater-ignored-native-inputs . ("r-duckdb"))