me
/
guix
Archived
1
0
Fork 0

gnu: apache-arrow: Update to 5.0.0.

* gnu/packages/databases.scm (apache-arrow): Update to 5.0.0.
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
1 changed files with 2 additions and 2 deletions

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