[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/79: gnu: apache-arrow: Update to 12.0.0.
From: |
guix-commits |
Subject: |
03/79: gnu: apache-arrow: Update to 12.0.0. |
Date: |
Tue, 9 May 2023 09:26:58 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 1dac05b225a7f6a00fcc3c97fd022d8e77ba2793
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 13:20:51 2023 +0200
gnu: apache-arrow: Update to 12.0.0.
* gnu/packages/databases.scm (apache-arrow): Update to 12.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 3e0204c5f4..8445fc1a50 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4276,7 +4276,7 @@ the SQL language using a syntax that reflects the
resulting query.")
(define-public apache-arrow
(package
(name "apache-arrow")
- (version "11.0.0")
+ (version "12.0.0")
(source
(origin
(method git-fetch)
@@ -4286,7 +4286,7 @@ the SQL language using a syntax that reflects the
resulting query.")
(file-name (git-file-name name version))
(sha256
(base32
- "06d3jjxagj5f14j9c48rh63x7pr9f96v69anjnpc6lakr0gkpi1d"))))
+ "057n3l9bpnfn8fqlqblkdz4w4rkmkr7zrh3adlgfw4nipwmm38zj"))))
(build-system cmake-build-system)
(arguments
(list
- branch master updated (76a3deb867 -> 7e421c1f5a), guix-commits, 2023/05/09
- 03/79: gnu: apache-arrow: Update to 12.0.0.,
guix-commits <=
- 05/79: gnu: r-profvis: Update to 0.3.8., guix-commits, 2023/05/09
- 02/79: gnu: apache-arrow: Drop package labels., guix-commits, 2023/05/09
- 09/79: gnu: r-waldo: Update to 0.5.0., guix-commits, 2023/05/09
- 08/79: gnu: r-cachem: Update to 1.0.8., guix-commits, 2023/05/09
- 12/79: gnu: r-sass: Update to 0.4.6., guix-commits, 2023/05/09
- 13/79: gnu: r-ctrdata: Update to 1.13.1., guix-commits, 2023/05/09
- 20/79: gnu: r-speedglm: Update to 0.3-5., guix-commits, 2023/05/09
- 19/79: gnu: r-ggeffects: Update to 1.2.2., guix-commits, 2023/05/09
- 16/79: gnu: r-later: Update to 1.3.1., guix-commits, 2023/05/09
- 17/79: gnu: r-survey: Update to 4.2-1., guix-commits, 2023/05/09