mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: apache-arrow: Update to 20.0.0.
* gnu/packages/databases.scm (apache-arrow): Update to 20.0.0. [arguments]: Use more recent cmake. Change-Id: I5516906d912f791d39b96aab855b787f07f670b5
This commit is contained in:
parent
45b0acae7d
commit
4bd88127aa
1 changed files with 3 additions and 2 deletions
|
@ -4860,7 +4860,7 @@ with integrated support for finding required rows quickly.")
|
|||
(define-public apache-arrow
|
||||
(package
|
||||
(name "apache-arrow")
|
||||
(version "19.0.1")
|
||||
(version "20.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4870,10 +4870,11 @@ with integrated support for finding required rows quickly.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0l7nc12ykh6b9pcf20mvs4xsk9cyz7a45sdfs08rhilrhd8g10dn"))))
|
||||
"1n96m8fbpg8azbwm6hx3adbc2sa070k1zh0lj18yqlw2nqmdslr4"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:cmake cmake ;needs 3.25+
|
||||
#:tests? #f
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue