gnu: python-lxml: Update to 4.2.4.

* gnu/packages/python.scm (python-lxml): Update to 4.2.4.
This commit is contained in:
Marius Bakke 2018-08-20 04:50:12 +02:00
parent f6cd3f7970
commit d76cd3defd
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

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