aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-03-19 14:44:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-03-19 16:11:56 +0100
commit3d9ebb293b89c3dd5a8f81209deacd1a7d334522 (patch)
tree03fe910e6a7c1bbc3cf46a358ee55b3c3f7ca0a0
parentc3a3009862665113078d0ef252472d9c6c012c87 (diff)
downloadguix-3d9ebb293b89c3dd5a8f81209deacd1a7d334522.tar.gz
guix-3d9ebb293b89c3dd5a8f81209deacd1a7d334522.zip
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.
-rw-r--r--gnu/packages/cran.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6b04492bb2..4032cac3b0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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