[PATCH] gnu: apache-arrow: Update to 13.0.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Greg Hogan
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal
G
G
Greg Hogan wrote on 30 Aug 2023 21:14
(address . guix-patches@gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
20230830191455.73055-1-code@greghogan.com
* gnu/packages/databases.scm (apache-arrow): Update to 13.0.0.
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 3d41649f4d..7acbf374cb 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4304,7 +4304,7 @@ (define-public python-pypika
(define-public apache-arrow
(package
(name "apache-arrow")
- (version "12.0.1")
+ (version "13.0.0")
(source
(origin
(method git-fetch)
@@ -4314,7 +4314,7 @@ (define-public apache-arrow
(file-name (git-file-name name version))
(sha256
(base32
- "03flvb4xj6a7mfphx68ndrqr6g5jphmzb75m16fx7rnbzira2zpz"))))
+ "1iycd2w1p79v9hs4b823v39dh5hj6zws1kkm1ck1x1p7zfcjsysn"))))
(build-system cmake-build-system)
(arguments
(list
--
2.41.0
M
M
Mathieu Othacehe wrote on 14 Oct 2023 15:50
(name . Greg Hogan)(address . code@greghogan.com)(address . 65639-done@debbugs.gnu.org)
87zg0lfh48.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/databases.scm (apache-arrow): Update to 13.0.0.

Already done on master, sorry for the delay.

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65639@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65639
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch