From 517fedb360ba999f2d912edbee2389c35ab70b76 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 15 Dec 2023 12:08:16 +0100 Subject: gnu: apache-arrow: Update to 14.0.0. * gnu/packages/databases.scm (apache-arrow): Update to 14.0.0. Change-Id: I5689b37fbfee2cb049cbaf351caed2e3cd07094c --- gnu/packages/databases.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 2ab982f333..ba5d4b9f29 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -4393,7 +4393,7 @@ the SQL language using a syntax that reflects the resulting query.") (define-public apache-arrow (package (name "apache-arrow") - (version "13.0.0") + (version "14.0.0") (source (origin (method git-fetch) @@ -4403,7 +4403,7 @@ the SQL language using a syntax that reflects the resulting query.") (file-name (git-file-name name version)) (sha256 (base32 - "03ykynzz01ar2y4blhcxjh6xsi0gqv380h5m669dddfz2isplsf8")))) + "08x01jcibmx03g9p0sjikp3dyynw6is6gyn0m3cy1gwkpkwk2ad2")))) (build-system cmake-build-system) (arguments (list -- cgit v1.2.3 547cc90f'>refslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2023-10-22teams: Adjust shebang to use 'guix repl'....Maxim Cournoyer
2023-09-26build: Add dependency on Git....Ludovic Courtès
2022-07-03etc: Add teams.scm....Ricardo Wurmus
2022-01-25build: Require Guile >= 3.0.3....Ludovic Courtès
2021-11-23maint: "make dist" builds tarballs in 'ustar' format....Ludovic Courtès
2021-06-01maint: Require Guile 3.0....Ludovic Courtès
2021-05-03nls: Do not update po files on first make invocation....Julien Lepiller
2021-04-25import: Remove Nix importer....Ludovic Courtès
2021-04-23build: Add a check for Guile-Lib....Maxim Cournoyer
2021-03-17maint: Check whether Guile-zlib is recent enough....Ludovic Courtès
2021-02-04build: Add '--with-channel-commit' and related configure flags....Ludovic Courtès
2020-12-27maint: Remove unused '--with-nix-prefix' configure option....Ludovic Courtès
2020-12-19maint: Require Guile >= 2.2.6....Ludovic Courtès
2020-12-11maint: Avoid macros obsolete in Autoconf 2.70....Ludovic Courtès
2020-11-29Make "guile-avahi" dependency optional....Mathieu Othacehe
2020-11-29Add Avahi support....Mathieu Othacehe
2020-10-22git: Require Guile-Git 0.3.0 or later....Ludovic Courtès