guix-commits
[Top][All Lists]
Advanced

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

04/98: gnu: r-arrow: Update to 13.0.0.


From: guix-commits
Subject: 04/98: gnu: r-arrow: Update to 13.0.0.
Date: Wed, 13 Sep 2023 18:06:12 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 080d0880166aac172268c187a54aa843305430ff
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 13 15:35:50 2023 +0200

    gnu: r-arrow: Update to 13.0.0.
    
    * gnu/packages/cran.scm (r-arrow): Update to 13.0.0.
---
 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 21eaa6fbea..2968742f99 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24338,14 +24338,14 @@ colored by the number of neighboring points.  This is 
useful to visualize the
 (define-public r-arrow
   (package
     (name "r-arrow")
-    (version "12.0.1.1")
+    (version "13.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "arrow" version))
        (sha256
         (base32
-         "18c864ingckbi3v2xhigaiv72sc2c4x3zps60z0v22slkpz5ba0s"))))
+         "0s29xw9r9hxyvcgdasw95qa7q8zvs79ffhfnlpnzsvb523d2cb6l"))))
     (properties `((upstream-name . "arrow")))
     (build-system r-build-system)
     (inputs



reply via email to

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