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:
parent
9e3c96f5a7
commit
14cb0eecec
1 changed files with 2 additions and 2 deletions
|
@ -4849,7 +4849,7 @@ with integrated support for finding required rows quickly.")
|
|||
(define-public apache-arrow
|
||||
(package
|
||||
(name "apache-arrow")
|
||||
(version "17.0.0")
|
||||
(version "18.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4859,7 +4859,7 @@ with integrated support for finding required rows quickly.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"11yzhqdvvcq8k4dhcfnwhc0hl0a2k09gyijln00zbglajk7ihfsk"))))
|
||||
"02gg3cm83ilp9z7yp2l4mr164zrym90dw4sxyd98k9s2fvdvyxf0"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue