gnu: python-lxml: Update to 4.5.2.

* gnu/packages/xml.scm (python-lxml): Update to 4.5.2.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Morgan Smith 2020-08-10 22:51:07 -04:00 committed by Mathieu Othacehe
parent fe6775f52b
commit 8b074a0abe
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

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