From a9d540cfa87ef3a5de3296188f650fb0d037efbd Mon Sep 17 00:00:00 2001 From: Léo Le Bouter Date: Tue, 23 Mar 2021 16:22:18 +0100 Subject: 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. --- gnu/packages/xml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xml.scm') diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 64d5e51fb4..738f375ac9 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -2421,13 +2421,13 @@ because lxml.etree already has it's own implementation of XPath 1.0.") (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 -- cgit v1.2.3