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

commit 638c3a4f97ce99761753ad291a37508aa2402c91
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Feb 26 22:36:16 2026 +0100

    gnu: r-arrow: Update to 23.0.1.1.
    
    * gnu/packages/cran.scm (r-arrow): Update to 23.0.1.1.
    
    Change-Id: I608a23efb172116cda8fe10a6b6c39629509ffaf
---
 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 4a564f5089..7f4214db3d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -40504,14 +40504,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.1")
+    (version "23.0.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "arrow" version))
        (sha256
         (base32
-         "1c3lcv24w538yrs6w59zdl5f9xwjysjljq7f6vr6rs4q3v3fvd61"))))
+         "15a84vqhl1hb5d5n4f70g3ssklqzymnr9has6yff8xdj1sw015bf"))))
     (properties
      `((upstream-name . "arrow")
        (updater-ignored-native-inputs . ("r-duckdb"))

Reply via email to