guix-commits
[Top][All Lists]
Advanced

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

13/15: gnu: apache-arrow: Update to 10.0.1.


From: guix-commits
Subject: 13/15: gnu: apache-arrow: Update to 10.0.1.
Date: Tue, 6 Dec 2022 06:16:27 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 69aacd04a09cdd07c78c74cd411844e6e1b4f603
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Mon Nov 28 14:49:00 2022 +0000

    gnu: apache-arrow: Update to 10.0.1.
    
    * gnu/packages/databases.scm (apache-arrow): Update to 10.0.1.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 862d8bfd62..b74762789a 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4187,7 +4187,7 @@ the SQL language using a syntax that reflects the 
resulting query.")
 (define-public apache-arrow
   (package
     (name "apache-arrow")
-    (version "10.0.0")
+    (version "10.0.1")
     (source
      (origin
        (method git-fetch)
@@ -4197,7 +4197,7 @@ the SQL language using a syntax that reflects the 
resulting query.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1mx2siffbggz26c8j2xma7cwa65khj8nswy04ajczgwvj32rg1ah"))))
+         "0skw6x888i804pg35xaxqwkkb36z9hj966zs3ckhkbp4mcll9q9v"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f



reply via email to

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