GNU bug report logs - #59659
[PATCH] gnu: apache-arrow: Update to 10.0.1.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#59659: closed (Re: [bug#59659] [PATCH] gnu: apache-arrow:
 Update to 10.0.1.)
Date: Tue, 06 Dec 2022 11:39:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59659: [PATCH] gnu: apache-arrow: Update to 10.0.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 59659 <at> debbugs.gnu.org.

-- 
59659: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59659
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Greg Hogan <code <at> greghogan.com>
Cc: guix-patches <at> gnu.org, 59659-done <at> debbugs.gnu.org
Subject: Re: [bug#59659] [PATCH] gnu: apache-arrow: Update to 10.0.1.
Date: Tue, 06 Dec 2022 11:38:26 +0000
[Message part 3 (text/plain, inline)]
Greg Hogan <code <at> greghogan.com> writes:

> * gnu/packages/databases.scm (apache-arrow): Update to 10.0.1.
> ---
>  gnu/packages/databases.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looks good to me :) I've pushed this to master as
69aacd04a09cdd07c78c74cd411844e6e1b4f603.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [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




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.