gnu: r-arrow: Update to 11.0.0.3.

* gnu/packages/cran.scm (r-arrow): Update to 11.0.0.3.
[native-inputs]: Remove r-knitr.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:34 +01:00
parent c3a3009862
commit 3d9ebb293b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22679,14 +22679,14 @@ (define-public r-ggpointdensity
(define-public r-arrow
(package
(name "r-arrow")
(version "10.0.1")
(version "11.0.0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "arrow" version))
(sha256
(base32
"0dwdi9sq7wv34ia6kg446pqf5za75hl6zrb2ly51p2zdr4g69p0y"))))
"1bvf04pmxckz3is04acsl7a86lha5b6qrxb2zmn8w8glymqr94zb"))))
(properties `((upstream-name . "arrow")))
(build-system r-build-system)
(inputs
@ -22702,7 +22702,7 @@ (define-public r-arrow
r-tidyselect
r-vctrs))
(native-inputs
(list pkg-config r-knitr))
(list pkg-config))
(home-page "https://github.com/apache/arrow/")
(synopsis "R integration to Apache Arrow")
(description