1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: apache-arrow: Update to 18.1.0.

* gnu/packages/databases.scm (apache-arrow): Update to 18.1.0.

Change-Id: I75ba14c36980b73c809e7fcdcc02c41621cc2e8f
This commit is contained in:
Ricardo Wurmus 2025-02-10 12:20:49 +01:00
parent 9e3c96f5a7
commit 14cb0eecec
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4849,7 +4849,7 @@ with integrated support for finding required rows quickly.")
(define-public apache-arrow (define-public apache-arrow
(package (package
(name "apache-arrow") (name "apache-arrow")
(version "17.0.0") (version "18.1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4859,7 +4859,7 @@ with integrated support for finding required rows quickly.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"11yzhqdvvcq8k4dhcfnwhc0hl0a2k09gyijln00zbglajk7ihfsk")))) "02gg3cm83ilp9z7yp2l4mr164zrym90dw4sxyd98k9s2fvdvyxf0"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list