[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59659] [PATCH] gnu: apache-arrow: Update to 10.0.1.
From: |
Greg Hogan |
Subject: |
[bug#59659] [PATCH] gnu: apache-arrow: Update to 10.0.1. |
Date: |
Mon, 28 Nov 2022 14:49:00 +0000 |
* 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#59659] [PATCH] gnu: apache-arrow: Update to 10.0.1.,
Greg Hogan <=