me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -22679,14 +22679,14 @@ colored by the number of neighboring points. This is useful to visualize the
(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 @@ colored by the number of neighboring points. This is useful to visualize the
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