gnu: python-lxml: Update to 4.4.1.

* gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Giacomo Leidi 2019-10-28 21:54:16 +01:00 committed by Marius Bakke
parent d332fd860f
commit 2a74f9284e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5963,14 +5963,14 @@ (define-public python2-notify2
(define-public python-lxml
(package
(name "python-lxml")
(version "4.2.5")
(version "4.4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lxml" version))
(sha256
(base32
"0zw0y9hs0nflxhl9cs6ipwwh53szi3w2x06wl0k9cylyqac0cwin"))))
"14jnpfcpgqr9sx8ppd286jzcbk0b36hbqsvd8jkvffipzw5v8768"))))
(build-system python-build-system)
(inputs
`(("libxml2" ,libxml2)