gnu: python-lxml: Update to 4.6.3 [security fixes].

Fixes at least CVE-2020-27783 and CVE-2021-28957.

* gnu/packages/xml.scm (python-lxml): Update to 4.6.3.
This commit is contained in:
Léo Le Bouter 2021-03-23 16:22:18 +01:00
parent b35581bd63
commit a9d540cfa8
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -2421,13 +2421,13 @@ (define-public python-elementpath
(define-public python-lxml
(package
(name "python-lxml")
(version "4.5.2")
(version "4.6.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lxml" version))
(sha256
(base32 "1xhx76hr1w3lllfcg9a01f2y0zwyf59ijnvlh08299mjh8b3mhfd"))))
(base32 "0s14r1w2x9sdlcsw8mxiqgw4rz5zs5lpqpxrfyn4a1mkndqqbdrr"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases