summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-02-10 12:57:36 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-14 10:18:22 +0100
commit4378e2eeeef05ac9292ade8b3c3bd4ac9372aa88 (patch)
tree5fc9c2444cf29d69b57aeb7860b9043b5f695937 /gnu
parent942af03a14ad7ffcff60c10d64e4f58ec825a24e (diff)
gnu: r-arrow: Update to 23.0.0.1.
* gnu/packages/cran.scm (r-arrow): Update to 23.0.0.1. Change-Id: I7753927e974277ae3767571ce673883fd8f8f18c
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 35b98c08c3..38c35dd776 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -39101,14 +39101,14 @@ colored by the number of neighboring points. This is useful to visualize the
(define-public r-arrow
(package
(name "r-arrow")
- (version "23.0.0")
+ (version "23.0.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "arrow" version))
(sha256
(base32
- "15a5idfd9qqmz7r7yn341ckmvk81q00k51d5igyaysvzkgvafnl6"))))
+ "1c3lcv24w538yrs6w59zdl5f9xwjysjljq7f6vr6rs4q3v3fvd61"))))
(properties
`((upstream-name . "arrow")
(updater-ignored-native-inputs . ("r-duckdb"))