GNU bug report logs -
#59659
[PATCH] gnu: apache-arrow: Update to 10.0.1.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Mon, 28 Nov 2022 14:50:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
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 10.0.1.
---
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 862d8bfd62..b74762789a 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4187,7 +4187,7 @@ (define-public python-pypika
(define-public apache-arrow
(package
(name "apache-arrow")
- (version "10.0.0")
+ (version "10.0.1")
(source
(origin
(method git-fetch)
@@ -4197,7 +4197,7 @@ (define-public apache-arrow
(file-name (git-file-name name version))
(sha256
(base32
- "1mx2siffbggz26c8j2xma7cwa65khj8nswy04ajczgwvj32rg1ah"))))
+ "0skw6x888i804pg35xaxqwkkb36z9hj966zs3ckhkbp4mcll9q9v"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f
--
2.38.1
This bug report was last modified 2 years and 192 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.