gnu: python-lxml: Update to 4.2.5 [fixes CVE-2018-19787].

* gnu/packages/python.scm (python-lxml, python2-lxml): Update to 4.2.5.
This commit is contained in:
Leo Famulari 2018-12-30 12:45:09 -05:00
parent 402c36c1d6
commit eff366b469
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -5190,14 +5190,14 @@ implementation of D-Bus.")
(define-public python-lxml (define-public python-lxml
(package (package
(name "python-lxml") (name "python-lxml")
(version "4.2.4") (version "4.2.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "lxml" version)) (uri (pypi-uri "lxml" version))
(sha256 (sha256
(base32 (base32
"1jk336k0kw616gfhqk1wwxsjjwz0flld0n294lz8kxch610bxbz2")))) "0zw0y9hs0nflxhl9cs6ipwwh53szi3w2x06wl0k9cylyqac0cwin"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("libxml2" ,libxml2) `(("libxml2" ,libxml2)