From e5e5b2a15a20f702fb6c493c74b773322f25c43b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 19 Sep 2022 18:51:16 +0200 Subject: gnu: apache-arrow: Update to 9.0.0. * gnu/packages/databases.scm (apache-arrow): Update to 9.0.0. --- gnu/packages/databases.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/databases.scm') diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 9540b61920..cf07832df7 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -4165,7 +4165,7 @@ the SQL language using a syntax that reflects the resulting query.") (define-public apache-arrow (package (name "apache-arrow") - (version "8.0.0") + (version "9.0.0") (source (origin (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)) (sha256 (base32 - "1gwiflk72pq1krc0sjzabypmh7slfyf7ak71fiypy3xgzw8a777c")))) + "1l76q7944jyx22vjkk12hxb3nadgiivc3x8ml4mg619v9xxagc2v")))) (build-system cmake-build-system) (arguments `(#:tests? #f -- cgit v1.2.3