gnu: r-arrow: Update to 9.0.0.1.

* gnu/packages/cran.scm (r-arrow): Update to 9.0.0.1.
This commit is contained in:
Ricardo Wurmus 2022-09-19 18:51:39 +02:00
parent e5e5b2a15a
commit 851441a5d9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -20324,14 +20324,14 @@ colored by the number of neighboring points. This is useful to visualize the
(define-public r-arrow
(package
(name "r-arrow")
(version "8.0.0")
(version "9.0.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "arrow" version))
(sha256
(base32
"1b85vc5ld7nibqgsdkl5kbzc0rm5jh5lqfdrssvrrcxpd26a16kc"))))
"1vbjny6v1d4fdf01rphg4wg8ljs0bzrjyxlsjwjq58pd6g2qcdgc"))))
(properties `((upstream-name . "arrow")))
(build-system r-build-system)
(inputs