GNU bug report logs - #28737
[PATCH 2/5] gnu: python-arrow: Update to 0.10.0.

Previous Next

Package: guix-patches;

Reported by: Cyril Roelandt <tipecaml <at> gmail.com>

Date: Sun, 8 Oct 2017 04:37:02 UTC

Severity: normal

Tags: patch

Merged with 28738, 28739, 28740, 28741, 28742

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Cyril Roelandt <tipecaml <at> gmail.com>
To: 28737 <at> debbugs.gnu.org
Cc: Cyril Roelandt <tipecaml <at> gmail.com>
Subject: [bug#28737] [PATCH 2/5] gnu: python-arrow: Update to 0.10.0.
Date: Sun,  8 Oct 2017 06:35:42 +0200
* gnu/packages/python.scm (python-arrow, python2-arrow): Update to 0.10.0.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d36cbaf5a..52999997b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11939,13 +11939,13 @@ objects, patterned after the Mocha library for Ruby.")
 (define-public python-arrow
   (package
     (name "python-arrow")
-    (version "0.8.0")
+    (version "0.10.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "arrow" version))
               (sha256
                (base32
-                "1bz7hkdgpqcjs866y58z8jywpy7al0f4rxdr00bh2l5qddyw245j"))))
+                "08n7q2l69hlainds1byd4lxhwrq7zsw7s640zkqc3bs5jkq0cnc0"))))
     (build-system python-build-system)
     (native-inputs
      `(;; For testing
-- 
2.14.1





This bug report was last modified 7 years and 218 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.