mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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:
parent
c3a3009862
commit
3d9ebb293b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue