3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: apache-arrow: Update to 5.0.0.

* gnu/packages/databases.scm (apache-arrow): Update to 5.0.0.
This commit is contained in:
Ricardo Wurmus 2021-07-29 17:09:26 +02:00
parent b95fb85f59
commit ef61998524
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3660,7 +3660,7 @@ the SQL language using a syntax that reflects the resulting query.")
(define-public apache-arrow
(package
(name "apache-arrow")
(version "4.0.1")
(version "5.0.0")
(source
(origin
(method git-fetch)
@ -3670,7 +3670,7 @@ the SQL language using a syntax that reflects the resulting query.")
(file-name (git-file-name name version))
(sha256
(base32
"1lcd9gdpwlrr92rm812a5p4l6zx0arwd0zj72a4ga699s1psz8yv"))))
"0275aayzy78nbxzbj93w5152sv5q2c7020ijxnf8b58v9qwfxzz0"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f