guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-lxml: Update to 4.4.2.


From: guix-commits
Subject: 01/01: gnu: python-lxml: Update to 4.4.2.
Date: Tue, 31 Dec 2019 10:10:14 -0500 (EST)

mothacehe pushed a commit to branch core-updates
in repository guix.

commit 0715e520ead9b3188da41b31a691ab2e3c28fe31
Author: Mathieu Othacehe <address@hidden>
Date:   Tue Dec 31 13:14:52 2019 +0100

    gnu: python-lxml: Update to 4.4.2.
    
    * gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.2.
---
 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 574c596..a369720 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5754,14 +5754,14 @@ the GObject Introspection bindings to libnotify for 
non-GTK applications.")
 (define-public python-lxml
   (package
     (name "python-lxml")
-    (version "4.4.1")
+    (version "4.4.2")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "lxml" version))
         (sha256
          (base32
-          "14jnpfcpgqr9sx8ppd286jzcbk0b36hbqsvd8jkvffipzw5v8768"))))
+          "01nvb5j8vs9nk4z5s3250b1m22b4d08kffa36if3g1mdygdrvxpg"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]