1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 23:34:05 +02:00

gnu: r-arrow: Update to 22.0.0.1.

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

Change-Id: I0a714eec594fe09e6b92d403333cf24310402d8d
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ricardo Wurmus
2026-01-14 19:42:15 +01:00
committed by Rutherther
parent 46223ce28b
commit d3dd4635c7
+2 -2
View File
@@ -39024,14 +39024,14 @@ colored by the number of neighboring points. This is useful to visualize the
(define-public r-arrow
(package
(name "r-arrow")
(version "22.0.0")
(version "22.0.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "arrow" version))
(sha256
(base32
"1ax8ivyhcc9r9wdzvjqbw06ky5mq0n3rp3zaw96kjxrcidf4z1ka"))))
"1rff00prwaiyjwl8sw1dcpy0k4zrn4b6j157r4cvp6pw58blc5jb"))))
(properties
`((upstream-name . "arrow")
(updater-ignored-native-inputs . ("r-duckdb"))