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

View file

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