diff mbox series

[bug#64231] gnu: apache-arrow: Update to 12.0.1.

Message ID 20230622181934.479698-1-code@greghogan.com
State New
Headers show
Series [bug#64231] gnu: apache-arrow: Update to 12.0.1. | expand

Commit Message

Greg Hogan June 22, 2023, 6:19 p.m. UTC
* gnu/packages/databases.scm (apache-arrow): Update to 12.0.1.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Greg Hogan July 12, 2023, 1:28 p.m. UTC | #1
On Thu, Jun 22, 2023 at 2:20 PM GNU bug Tracking System
<help-debbugs@gnu.org> wrote:
>
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 64231@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 64231: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64231
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems

Pushed otherwise in 49fe6b3d6656b07a13b5e8cefc4b9f70139f1cbc
diff mbox series

Patch

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 42b394daf2..0b3a555ede 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4286,7 +4286,7 @@  (define-public python-pypika
 (define-public apache-arrow
   (package
     (name "apache-arrow")
-    (version "12.0.0")
+    (version "12.0.1")
     (source
      (origin
        (method git-fetch)
@@ -4296,7 +4296,7 @@  (define-public apache-arrow
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "057n3l9bpnfn8fqlqblkdz4w4rkmkr7zrh3adlgfw4nipwmm38zj"))))
+         "03flvb4xj6a7mfphx68ndrqr6g5jphmzb75m16fx7rnbzira2zpz"))))
     (build-system cmake-build-system)
     (arguments
      (list