diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 12:18:57 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:19:05 +0200 |
commit | 641f5c599e68f191fc94f458abae727d7f4028cb (patch) | |
tree | 7b8a303a5d411529a13f37430546ec90417b8821 | |
parent | 1445f2c508a9b6d2e04dd8ce05a76b7ac7bed970 (diff) |
gnu: apache-arrow: Update to 8.0.0.
* gnu/packages/databases.scm (apache-arrow): Update to 8.0.0.
-rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 2161340ef9..2d72c78233 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -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 |