unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49411] [PATCH] gnu: python-arrow: Update to 1.1.1.
@ 2021-07-05  8:09 Kris Fremen
  2021-07-08 21:15 ` bug#49411: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Kris Fremen @ 2021-07-05  8:09 UTC (permalink / raw)
  To: 49411

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49411: [PATCH] gnu: python-arrow: Update to 1.1.1.
  2021-07-05  8:09 [bug#49411] [PATCH] gnu: python-arrow: Update to 1.1.1 Kris Fremen
@ 2021-07-08 21:15 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-07-08 21:15 UTC (permalink / raw)
  To: Kris Fremen; +Cc: 49411-done

Hi,

Kris Fremen <me@krisfremen.com> skribis:

> * gnu/packages/time.scm (python-arrow): Update to 1.1.1.

Applied, thanks!

BTW, the patch had been mangled on its way, presumably by the mail
program.  I recommend sending with ‘git send-email’ or as an attachment
to be on the safe side.

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-08 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05  8:09 [bug#49411] [PATCH] gnu: python-arrow: Update to 1.1.1 Kris Fremen
2021-07-08 21:15 ` bug#49411: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).