guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 96ab8d13267726db465d439561328a8c3cd77b11
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat May 31 09:11:19 2025 +0200
gnu: r-arrow: Update to 20.0.0.2.
* gnu/packages/cran.scm (r-arrow): Update to 20.0.0.2.
Change-Id: I75fcdda39b1ae2f4bee90b4bb075db07042ceb2d
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a0174b0074..4ea51145a9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37767,14 +37767,14 @@ colored by the number of neighboring points. This is
useful to visualize the
(define-public r-arrow
(package
(name "r-arrow")
- (version "20.0.0")
+ (version "20.0.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "arrow" version))
(sha256
(base32
- "1fyx5pvj3zpsv8295nkdbcr0h9w8hhlflkbjigmb6lvgqwsvrdcz"))))
+ "19xnz3df1r9n01dbsf05xkw6q5w8vipzkkb5bpx7jlcp38jnp8zn"))))
(properties
`((upstream-name . "arrow")
(updater-ignored-native-inputs . ("r-duckdb"))