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 @@ (define-public python-pypika
(define-public apache-arrow
(package
(name "apache-arrow")
(version "10.0.0")
(version "10.0.1")
(source
(origin
(method git-fetch)
@ -4197,7 +4197,7 @@ (define-public apache-arrow
(file-name (git-file-name name version))
(sha256
(base32
"1mx2siffbggz26c8j2xma7cwa65khj8nswy04ajczgwvj32rg1ah"))))
"0skw6x888i804pg35xaxqwkkb36z9hj966zs3ckhkbp4mcll9q9v"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f