GNU bug report logs - #47730
[PATCH 0/4] gnu: add watson

Previous Next

Package: guix-patches;

Reported by: Sebastian Gibb <mail <at> sebastiangibb.de>

Date: Mon, 12 Apr 2021 15:48:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Sebastian Gibb <mail <at> sebastiangibb.de>
To: 47730 <at> debbugs.gnu.org
Cc: Sebastian Gibb <mail <at> sebastiangibb.de>
Subject: [PATCH 1/4] gnu: python-arrow: Update to 1.0.3.
Date: Mon, 12 Apr 2021 17:48:49 +0200
* gnu/packages/time.scm (python-arrow): Update to 1.0.3.
---
 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 d6ebb59a1e..dfade604a3 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -414,13 +414,13 @@ timestamps.")
 (define-public python-arrow
   (package
     (name "python-arrow")
-    (version "0.17.0")
+    (version "1.0.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "arrow" version))
               (sha256
                (base32
-                "1m3fpz96w3g08i9x9cpqh3cr795y9zbj1bfnay3ccdhxv86d227z"))))
+                "0793badh4hgbk2c5g70hmbl7n3d4g5d87bcflld0w9rjwy59r71r"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.31.1





This bug report was last modified 263 days ago.

Previous Next


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