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

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#65639: closed (Re: bug#65639: [PATCH] gnu: apache-arrow:
 Update to 13.0.0.)
Date: Sat, 14 Oct 2023 13:51:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

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 65639 <at> debbugs.gnu.org.

-- 
65639: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65639
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 65639-done <at> debbugs.gnu.org
Subject: Re: bug#65639: [PATCH] gnu: apache-arrow: Update to 13.0.0.
Date: Sat, 14 Oct 2023 15:50:15 +0200
> * gnu/packages/databases.scm (apache-arrow): Update to 13.0.0.

Already done on master, sorry for the delay.

Mathieu

[Message part 3 (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 13.0.0.
Date: Wed, 30 Aug 2023 19:14:50 +0000
* 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.