guix-commits
[Top][All Lists]
Advanced

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

03/214: gnu: apache-arrow: Update to 9.0.0.


From: guix-commits
Subject: 03/214: gnu: apache-arrow: Update to 9.0.0.
Date: Tue, 20 Sep 2022 11:06:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e5e5b2a15a20f702fb6c493c74b773322f25c43b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 19 18:51:16 2022 +0200

    gnu: apache-arrow: Update to 9.0.0.
    
    * gnu/packages/databases.scm (apache-arrow): Update to 9.0.0.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 9540b61920..cf07832df7 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4165,7 +4165,7 @@ the SQL language using a syntax that reflects the 
resulting query.")
 (define-public apache-arrow
   (package
     (name "apache-arrow")
-    (version "8.0.0")
+    (version "9.0.0")
     (source
      (origin
        (method git-fetch)
@@ -4175,7 +4175,7 @@ the SQL language using a syntax that reflects the 
resulting query.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1gwiflk72pq1krc0sjzabypmh7slfyf7ak71fiypy3xgzw8a777c"))))
+         "1l76q7944jyx22vjkk12hxb3nadgiivc3x8ml4mg619v9xxagc2v"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f



reply via email to

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