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:
parent
d332fd860f
commit
2a74f9284e
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Reference in a new issue