diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-20 04:50:12 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-21 17:24:28 +0200 |
commit | d76cd3defd96b656a504322103921d167eb6e3d8 (patch) | |
tree | c9a446798d51d958e4584d0ea953d1093b7ebd91 /gnu | |
parent | f6cd3f7970c5b5a1ca008a1a51db4bddb8ce8ae2 (diff) | |
download | gnu-guix-d76cd3defd96b656a504322103921d167eb6e3d8.tar gnu-guix-d76cd3defd96b656a504322103921d167eb6e3d8.tar.gz |
gnu: python-lxml: Update to 4.2.4.
* gnu/packages/python.scm (python-lxml): Update to 4.2.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0ad0626cba..fb465fac6a 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) |