Archived
1
0
Fork 0

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 @@ the GObject Introspection bindings to libnotify for non-GTK applications.")
(define-public python-lxml (define-public python-lxml
(package (package
(name "python-lxml") (name "python-lxml")
(version "4.2.5") (version "4.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "lxml" version)) (uri (pypi-uri "lxml" version))
(sha256 (sha256
(base32 (base32
"0zw0y9hs0nflxhl9cs6ipwwh53szi3w2x06wl0k9cylyqac0cwin")))) "14jnpfcpgqr9sx8ppd286jzcbk0b36hbqsvd8jkvffipzw5v8768"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("libxml2" ,libxml2) `(("libxml2" ,libxml2)