me
/
guix
Archived
1
0
Fork 0

gnu: apache-arrow: Update to 9.0.0.

* gnu/packages/databases.scm (apache-arrow): Update to 9.0.0.
master
Ricardo Wurmus 2022-09-19 18:51:16 +02:00
parent 71d87df8bf
commit e5e5b2a15a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4165,7 +4165,7 @@ the SQL language using a syntax that reflects the resulting query.")
(define-public apache-arrow (define-public apache-arrow
(package (package
(name "apache-arrow") (name "apache-arrow")
(version "8.0.0") (version "9.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4175,7 +4175,7 @@ the SQL language using a syntax that reflects the resulting query.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1gwiflk72pq1krc0sjzabypmh7slfyf7ak71fiypy3xgzw8a777c")))) "1l76q7944jyx22vjkk12hxb3nadgiivc3x8ml4mg619v9xxagc2v"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f `(#:tests? #f