all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#37970] [PATCH] gnu: python-lxml: Update to 4.4.1.
@ 2019-10-28 20:54 Giacomo Leidi
  2019-10-28 21:37 ` bug#37970: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Giacomo Leidi @ 2019-10-28 20:54 UTC (permalink / raw)
  To: 37970; +Cc: Giacomo Leidi

* gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.1.
---
 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 e58b2d84c4..975f87ec40 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5963,14 +5963,14 @@ the GObject Introspection bindings to libnotify for non-GTK applications.")
 (define-public python-lxml
   (package
     (name "python-lxml")
-    (version "4.2.5")
+    (version "4.4.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "lxml" version))
         (sha256
          (base32
-          "0zw0y9hs0nflxhl9cs6ipwwh53szi3w2x06wl0k9cylyqac0cwin"))))
+          "14jnpfcpgqr9sx8ppd286jzcbk0b36hbqsvd8jkvffipzw5v8768"))))
     (build-system python-build-system)
     (inputs
       `(("libxml2" ,libxml2)
-- 
2.23.0

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

* bug#37970: [PATCH] gnu: python-lxml: Update to 4.4.1.
  2019-10-28 20:54 [bug#37970] [PATCH] gnu: python-lxml: Update to 4.4.1 Giacomo Leidi
@ 2019-10-28 21:37 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2019-10-28 21:37 UTC (permalink / raw)
  To: Giacomo Leidi, 37970-done

[-- Attachment #1: Type: text/plain, Size: 133 bytes --]

Giacomo Leidi <goodoldpaul@autistici.org> writes:

> * gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.1.

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2019-10-28 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-28 20:54 [bug#37970] [PATCH] gnu: python-lxml: Update to 4.4.1 Giacomo Leidi
2019-10-28 21:37 ` bug#37970: " Marius Bakke

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.