rekado pushed a commit to branch r-team
in repository guix.

commit 5b711c1a66aee9ae2d7349a039368e56b9e44b6d
Author: Ricardo Wurmus <rek...@elephly.net>
AuthorDate: Tue May 13 10:25:52 2025 +0200

    gnu: r-arrow: Update to 20.0.0.
    
    * gnu/packages/cran.scm (r-arrow): Update to 20.0.0.
    
    Change-Id: I7164eea8e8f8193742188bf2d9cd04e6b53d5b14
---
 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 f4f585ed80..df2fee12ab 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37241,14 +37241,14 @@ colored by the number of neighboring points.  This is 
useful to visualize the
 (define-public r-arrow
   (package
     (name "r-arrow")
-    (version "19.0.1.1")
+    (version "20.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "arrow" version))
        (sha256
         (base32
-         "0shq0d27sd1xrr9yi8r740835js1fwi3di0n64i1g6rd4s3ml4pj"))))
+         "1fyx5pvj3zpsv8295nkdbcr0h9w8hhlflkbjigmb6lvgqwsvrdcz"))))
     (properties
      `((upstream-name . "arrow")
        (updater-ignored-native-inputs . ("r-duckdb"))

Reply via email to