gnu: apache-arrow: Update to 16.1.0.
* gnu/packages/databases.scm (apache-arrow): Update to 16.1.0. Change-Id: I5e68dbd234408cf3e2d6017a707a24cf99a504ebmaster
parent
f5c336b1ad
commit
0252b0a27b
|
@ -4650,7 +4650,7 @@ with integrated support for finding required rows quickly.")
|
|||
(define-public apache-arrow
|
||||
(package
|
||||
(name "apache-arrow")
|
||||
(version "15.0.1")
|
||||
(version "16.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4660,7 +4660,7 @@ with integrated support for finding required rows quickly.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zrcwsq9c976xncc1kg6lw24s5r3ag8vfzhmcnkvi5z2c9x4lvvc"))))
|
||||
"1xl7apk7yaiv7cikpw5h846bsqb935cr3212b8bzhxqvkswxsm7f"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Reference in New Issue