gnu: r-arrow: Update to 17.0.0.1.

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

Change-Id: I5a287b9488f40ea888d1faed15c2b3187520b56a
This commit is contained in:
Ricardo Wurmus 2024-08-25 22:25:55 +02:00
parent c2d172fc74
commit afb6f222f6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26529,14 +26529,14 @@ (define-public r-ggpointdensity
(define-public r-arrow
(package
(name "r-arrow")
(version "16.1.0")
(version "17.0.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "arrow" version))
(sha256
(base32
"1vz7vjm8j1k1ng2za3y1qdsrzhbx2p6zy48vsas6bkdywxp5ihb6"))))
"0pp7rllpmdwsx0idqhfg4lv96cvdj6pbnypnlrr835jqv7sxn502"))))
(properties `((upstream-name . "arrow")))
(build-system r-build-system)
(inputs