mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: apache-arrow: Update to 21.0.0.
* gnu/packages/databases.scm (apache-arrow): Update to 21.0.0. Change-Id: Ide2fefee3c056c8384f311b8401a798ecd97bffb Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
0c43af52a3
commit
ef24e7d280
1 changed files with 2 additions and 2 deletions
|
@ -5165,7 +5165,7 @@ with integrated support for finding required rows quickly.")
|
|||
(define-public apache-arrow
|
||||
(package
|
||||
(name "apache-arrow")
|
||||
(version "20.0.0")
|
||||
(version "21.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5175,7 +5175,7 @@ with integrated support for finding required rows quickly.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1n96m8fbpg8azbwm6hx3adbc2sa070k1zh0lj18yqlw2nqmdslr4"))))
|
||||
"0lxywrjfwhiznsldpv5bd6g357za5ng64jvy943kp0ndckh5l4g9"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue