1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 16:15:54 +02:00

gnu: apache-arrow: Update to 8.0.0.

* gnu/packages/databases.scm (apache-arrow): Update to 8.0.0.
This commit is contained in:
Ricardo Wurmus
2022-05-28 12:18:57 +02:00
parent 1445f2c508
commit 641f5c599e
+2 -2
View File
@@ -4207,7 +4207,7 @@ the SQL language using a syntax that reflects the resulting query.")
(define-public apache-arrow
(package
(name "apache-arrow")
(version "7.0.0")
(version "8.0.0")
(source
(origin
(method git-fetch)
@@ -4217,7 +4217,7 @@ the SQL language using a syntax that reflects the resulting query.")
(file-name (git-file-name name version))
(sha256
(base32
"19xx6mlddca79q6d3wga574m4y32ixmxx2rmk6j3f22i5c37mjzw"))))
"1gwiflk72pq1krc0sjzabypmh7slfyf7ak71fiypy3xgzw8a777c"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f