From ef61998524a10adec4aa4f78bab236f7c8b03521 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 29 Jul 2021 17:09:26 +0200 Subject: gnu: apache-arrow: Update to 5.0.0. * gnu/packages/databases.scm (apache-arrow): Update to 5.0.0. --- gnu/packages/databases.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 7afda93c97..76099ab3c5 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -3660,7 +3660,7 @@ the SQL language using a syntax that reflects the resulting query.") (define-public apache-arrow (package (name "apache-arrow") - (version "4.0.1") + (version "5.0.0") (source (origin (method git-fetch) @@ -3670,7 +3670,7 @@ the SQL language using a syntax that reflects the resulting query.") (file-name (git-file-name name version)) (sha256 (base32 - "1lcd9gdpwlrr92rm812a5p4l6zx0arwd0zj72a4ga699s1psz8yv")))) + "0275aayzy78nbxzbj93w5152sv5q2c7020ijxnf8b58v9qwfxzz0")))) (build-system cmake-build-system) (arguments `(#:tests? #f -- cgit v1.2.3