From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e13Ks-0004s9-01 for guix-patches@gnu.org; Sun, 08 Oct 2017 00:37:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e13Ko-0001n1-T9 for guix-patches@gnu.org; Sun, 08 Oct 2017 00:37:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46709) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e13Ko-0001m6-Qx for guix-patches@gnu.org; Sun, 08 Oct 2017 00:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e13Ko-0003gA-IT for guix-patches@gnu.org; Sun, 08 Oct 2017 00:37:02 -0400 Subject: [bug#28737] [PATCH 2/5] gnu: python-arrow: Update to 0.10.0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e13Jn-0004YL-F8 for guix-patches@gnu.org; Sun, 08 Oct 2017 00:36:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e13Jm-0000tT-Mj for guix-patches@gnu.org; Sun, 08 Oct 2017 00:35:59 -0400 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:47934) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e13Jm-0000t9-GL for guix-patches@gnu.org; Sun, 08 Oct 2017 00:35:58 -0400 Received: by mail-wm0-x234.google.com with SMTP id t69so14940663wmt.2 for ; Sat, 07 Oct 2017 21:35:58 -0700 (PDT) From: Cyril Roelandt Date: Sun, 8 Oct 2017 06:35:42 +0200 Message-Id: <20171008043545.9511-3-tipecaml@gmail.com> In-Reply-To: <20171008043545.9511-1-tipecaml@gmail.com> References: <20171008043545.9511-1-tipecaml@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28737@debbugs.gnu.org * 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