diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-07-02 11:59:44 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-07-17 22:38:23 +0200 |
commit | eba71dafb3d9042085b20ec08650af0c7111bf66 (patch) | |
tree | 8cf16210f097b45fb447938964946b4a02e2d1f4 | |
parent | 0252b0a27bab98f7ad12abe998b33e5025aba1c5 (diff) |
gnu: r-arrow: Update to 16.1.0.
* gnu/packages/cran.scm (r-arrow): Update to 16.1.0.
Change-Id: I13f2f1801dfb2e0016e29b551e13d59eb6210598
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 7965f9e737..ac4a4750f3 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -26519,14 +26519,14 @@ colored by the number of neighboring points. This is useful to visualize the (define-public r-arrow (package (name "r-arrow") - (version "15.0.1") + (version "16.1.0") (source (origin (method url-fetch) (uri (cran-uri "arrow" version)) (sha256 (base32 - "070pp0p5h1ij7pg34l5grrx4vwfihagnvnk4kj7l3w0gh8y88ibz")))) + "1vz7vjm8j1k1ng2za3y1qdsrzhbx2p6zy48vsas6bkdywxp5ihb6")))) (properties `((upstream-name . "arrow"))) (build-system r-build-system) (inputs |