unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45192] [PATCH] gnu: python-parse: Update to 1.18.0.
@ 2020-12-12  3:05 Michael Rohleder
  2020-12-12 20:45 ` bug#45192: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-12-12  3:05 UTC (permalink / raw)
  To: 45192

* gnu/packages/python-xyz.scm (python-parse): Update to 1.18.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d312e3172a..1f9321c184 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2184,14 +2184,14 @@ backported for previous versions of Python from 2.4 to 3.3.")
 (define-public python-parse
   (package
     (name "python-parse")
-    (version "1.8.4")
+    (version "1.18.0")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "parse" version))
       (sha256
        (base32
-        "0f8997xr8nq2nq35iiviq8ningd1zvy59fg503xfpbi2dwhgdkf3"))))
+        "19063x4xdjpaf7rfxai6jpgm2k4yvkq7wha8aa8cagbjsqr60rli"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.29.2





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

* bug#45192: [PATCH] gnu: python-parse: Update to 1.18.0.
  2020-12-12  3:05 [bug#45192] [PATCH] gnu: python-parse: Update to 1.18.0 Michael Rohleder
@ 2020-12-12 20:45 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-12-12 20:45 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 45192-done

Hello,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/python-xyz.scm (python-parse): Update to 1.18.0.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2020-12-12 20:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-12  3:05 [bug#45192] [PATCH] gnu: python-parse: Update to 1.18.0 Michael Rohleder
2020-12-12 20:45 ` bug#45192: " Nicolas Goaziou

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).