guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: apache-arrow: Update to 3.0.0.


From: guix-commits
Subject: 03/03: gnu: apache-arrow: Update to 3.0.0.
Date: Tue, 16 Feb 2021 13:39:01 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 9757e5464038daa25290b5ab552f94d825c9f5aa
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Feb 16 08:28:11 2021 -0500

    gnu: apache-arrow: Update to 3.0.0.
    
    * gnu/packages/databases.scm (apache-arrow): Update to 3.0.0.
    [inputs]: Add utf8proc.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 3be3a14..6024d6e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]