GNU bug report logs - #49411
[PATCH] gnu: python-arrow: Update to 1.1.1.

Previous Next

Package: guix-patches;

Reported by: Kris Fremen <me <at> krisfremen.com>

Date: Mon, 5 Jul 2021 08:43:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kris Fremen <me <at> krisfremen.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-arrow: Update to 1.1.1.
Date: Mon, 5 Jul 2021 04:09:13 -0400
* gnu/packages/time.scm (python-arrow): Update to 1.1.1.
---
 gnu/packages/time.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 651e2e3a29..0e0eef6459 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -411,13 +411,13 @@ timestamps.")
 (define-public python-arrow
   (package
     (name "python-arrow")
-    (version "0.17.0")
+    (version "1.1.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "arrow" version))
               (sha256
                (base32
-                "1m3fpz96w3g08i9x9cpqh3cr795y9zbj1bfnay3ccdhxv86d227z"))))
+                "0fl24gv7jc6b9pqxwlcgrf465i8v8h0y7dcm018yrqv0dhpn1ryy"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
--
2.29.2





This bug report was last modified 4 years and 13 days ago.

Previous Next


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