GNU bug report logs -
#65639
[PATCH] gnu: apache-arrow: Update to 13.0.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Wed, 30 Aug 2023 19:16:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/databases.scm (apache-arrow): Update to 13.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 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
This bug report was last modified 1 year and 225 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.