[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/214: gnu: apache-arrow: Update to 9.0.0.
From: |
guix-commits |
Subject: |
03/214: gnu: apache-arrow: Update to 9.0.0. |
Date: |
Tue, 20 Sep 2022 11:06:52 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e5e5b2a15a20f702fb6c493c74b773322f25c43b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 19 18:51:16 2022 +0200
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(-)
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
- branch master updated (9e589ca6e3 -> 8084e3bdb3), guix-commits, 2022/09/20
- 01/214: gnu: Add r-confintr., guix-commits, 2022/09/20
- 03/214: gnu: apache-arrow: Update to 9.0.0.,
guix-commits <=
- 02/214: gnu: r-rintrojs: Update to 0.3.2., guix-commits, 2022/09/20
- 19/214: gnu: r-babelwhale: Update to 1.1.0., guix-commits, 2022/09/20
- 15/214: gnu: r-datawizard: Update to 0.6.0., guix-commits, 2022/09/20
- 12/214: gnu: r-perfmeas: Update to 1.2.5., guix-commits, 2022/09/20
- 16/214: gnu: r-dixontest: Update to 1.0.4., guix-commits, 2022/09/20
- 24/214: gnu: r-poorman: Update to 0.2.6., guix-commits, 2022/09/20
- 05/214: gnu: liblantern: Do not hardcode Python version., guix-commits, 2022/09/20
- 13/214: gnu: r-htscluster: Update to 2.0.10., guix-commits, 2022/09/20
- 09/214: gnu: r-dt: Update to 0.25., guix-commits, 2022/09/20
- 04/214: gnu: r-arrow: Update to 9.0.0.1., guix-commits, 2022/09/20