guix-commits
[Top][All Lists]
Advanced

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

18/43: gnu: python-lxml: Update to 4.2.4.


From: Marius Bakke
Subject: 18/43: gnu: python-lxml: Update to 4.2.4.
Date: Tue, 21 Aug 2018 11:25:56 -0400 (EDT)

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

commit d76cd3defd96b656a504322103921d167eb6e3d8
Author: Marius Bakke <address@hidden>
Date:   Mon Aug 20 04:50:12 2018 +0200

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0ad0626..fb465fa 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4919,14 +4919,14 @@ implementation of D-Bus.")
 (define-public python-lxml
   (package
     (name "python-lxml")
-    (version "3.8.0")
+    (version "4.2.4")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "lxml" version))
         (sha256
          (base32
-          "15nvf6n285n282682qyw3wihsncb0x5amdhyi4b83bfa2nz74vvk"))))
+          "1jk336k0kw616gfhqk1wwxsjjwz0flld0n294lz8kxch610bxbz2"))))
     (build-system python-build-system)
     (inputs
       `(("libxml2" ,libxml2)



reply via email to

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