unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 46561@debbugs.gnu.org
Subject: [bug#46561] [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0.
Date: Tue, 16 Feb 2021 13:27:10 -0500	[thread overview]
Message-ID: <CA+3U0Zmh8NPm4WV-wZnGiZ2oyge5p2zxW90Dkk==FOAJyU-+=A@mail.gmail.com> (raw)
In-Reply-To: <CA+3U0Z=MqktS=kAgjshU_G_UimFNkHa7VUVVpHmiNN75BQY7=g@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1604 bytes --]

Forgot to attach the diff.

On Tue, Feb 16, 2021 at 8:28 AM Greg Hogan <code@greghogan.com> wrote:

> From 937135a48cb1723d423ee97b7f04f90df9af171b Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Fri, 12 Feb 2021 17:31:40 +0000
> Subject: [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0.
>
> * gnu/packages/databases.scm (apache-arrow): Update to 3.0.0.
> [inputs]: Add utf8proc.
> ---
>  gnu/packages/databases.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
> index 3be3a14ded..6024d6eb5f 100644
> --- a/gnu/packages/databases.scm
> +++ b/gnu/packages/databases.scm
> @@ -3787,7 +3787,7 @@ Monitor read/write activity on a mongo server
>  (define-public apache-arrow
>    (package
>      (name "apache-arrow")
> -    (version "0.17.1")
> +    (version "3.0.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -3797,7 +3797,7 @@ Monitor read/write activity on a mongo server
>         (file-name (git-file-name name version))
>         (sha256
>          (base32
> -         "02r6yx3yhywzikd3b0vfkjgddhfiriyx2vpm3jf5880wq59x798a"))))
> +         "03ngddh3r1g6f9aja2jlfksgvgyzmxmfy4bxvzjrcv5fvl5x8ii0"))))
>      (build-system cmake-build-system)
>      (arguments
>       `(#:tests? #f
> @@ -3890,6 +3890,7 @@ Monitor read/write activity on a mongo server
>         ("rapidjson" ,rapidjson)
>         ("re2" ,re2)
>         ("snappy" ,snappy)
> +       ("utf8proc" ,utf8proc)
>         ("zlib" ,zlib)
>         ("zstd" ,zstd "lib")))
>      (native-inputs
> --
> 2.30.0
>

[-- Attachment #1.2: Type: text/html, Size: 2580 bytes --]

[-- Attachment #2: 0003-gnu-apache-arrow-Update-to-3.0.0.patch --]
[-- Type: application/octet-stream, Size: 1420 bytes --]

From 58e22ff04f667d3dacbb2895c0ac1a8284bdd2d0 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 12 Feb 2021 17:31:40 +0000
Subject: [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0.

* gnu/packages/databases.scm (apache-arrow): Update to 3.0.0.
[inputs]: Add utf8proc.
---
 gnu/packages/databases.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 3be3a14ded..6024d6eb5f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3787,7 +3787,7 @@ Monitor read/write activity on a mongo server
 (define-public apache-arrow
   (package
     (name "apache-arrow")
-    (version "0.17.1")
+    (version "3.0.0")
     (source
      (origin
        (method git-fetch)
@@ -3797,7 +3797,7 @@ Monitor read/write activity on a mongo server
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "02r6yx3yhywzikd3b0vfkjgddhfiriyx2vpm3jf5880wq59x798a"))))
+         "03ngddh3r1g6f9aja2jlfksgvgyzmxmfy4bxvzjrcv5fvl5x8ii0"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f
@@ -3890,6 +3890,7 @@ Monitor read/write activity on a mongo server
        ("rapidjson" ,rapidjson)
        ("re2" ,re2)
        ("snappy" ,snappy)
+       ("utf8proc" ,utf8proc)
        ("zlib" ,zlib)
        ("zstd" ,zstd "lib")))
     (native-inputs
-- 
2.30.1


  reply	other threads:[~2021-02-16 18:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-16 13:21 [bug#46561] [PATCH 0/3] gnu: apache-arrow: Update to 3.0.0 Greg Hogan
     [not found] ` <handler.46561.B.161348173319314.ack@debbugs.gnu.org>
2021-02-16 13:25   ` [bug#46561] [PATCH 1/3] gnu: apache-thrift: Update to 0.14.0 Greg Hogan
2021-02-16 13:27   ` [bug#46561] [PATCH 2/3] gnu: apache-arrow: Sort inputs alphabetically Greg Hogan
2021-02-16 13:28   ` [bug#46561] [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0 Greg Hogan
2021-02-16 18:27     ` Greg Hogan [this message]
2021-02-16 18:39 ` bug#46561: [PATCH 0/3] " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+3U0Zmh8NPm4WV-wZnGiZ2oyge5p2zxW90Dkk==FOAJyU-+=A@mail.gmail.com' \
    --to=code@greghogan.com \
    --cc=46561@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).