Archived
1
0
Fork 0

gnu: apache-arrow: Update to 10.0.1.

* gnu/packages/databases.scm (apache-arrow): Update to 10.0.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Greg Hogan 2022-11-28 14:49:00 +00:00 committed by Christopher Baines
parent 037687ccc8
commit 69aacd04a0
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -4187,7 +4187,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 "10.0.0") (version "10.0.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4197,7 +4197,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
"1mx2siffbggz26c8j2xma7cwa65khj8nswy04ajczgwvj32rg1ah")))) "0skw6x888i804pg35xaxqwkkb36z9hj966zs3ckhkbp4mcll9q9v"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f `(#:tests? #f