guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/185: gnu: r-arrow: Update to 16.1.0.


From: guix-commits
Subject: 08/185: gnu: r-arrow: Update to 16.1.0.
Date: Tue, 2 Jul 2024 09:26:32 -0400 (EDT)

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

commit 45b493dbd2a3900009786a96c1caa39075602eef
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 11:59:44 2024 +0200

    gnu: r-arrow: Update to 16.1.0.
    
    * gnu/packages/cran.scm (r-arrow): Update to 16.1.0.
    
    Change-Id: I13f2f1801dfb2e0016e29b551e13d59eb6210598
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]