guix-commits
[Top][All Lists]
Advanced

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

16/195: gnu: apache-arrow: Update to 14.0.0.


From: guix-commits
Subject: 16/195: gnu: apache-arrow: Update to 14.0.0.
Date: Fri, 15 Dec 2023 06:30:59 -0500 (EST)

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

commit a12f81de8eadd211618d9538bf5bf9870ff32dbd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:08:16 2023 +0100

    gnu: apache-arrow: Update to 14.0.0.
    
    * gnu/packages/databases.scm (apache-arrow): Update to 14.0.0.
    
    Change-Id: I5689b37fbfee2cb049cbaf351caed2e3cd07094c
---
 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 2ab982f333..ba5d4b9f29 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4393,7 +4393,7 @@ the SQL language using a syntax that reflects the 
resulting query.")
 (define-public apache-arrow
   (package
     (name "apache-arrow")
-    (version "13.0.0")
+    (version "14.0.0")
     (source
      (origin
        (method git-fetch)
@@ -4403,7 +4403,7 @@ the SQL language using a syntax that reflects the 
resulting query.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "03ykynzz01ar2y4blhcxjh6xsi0gqv380h5m669dddfz2isplsf8"))))
+         "08x01jcibmx03g9p0sjikp3dyynw6is6gyn0m3cy1gwkpkwk2ad2"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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