guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: python-lxml: Update to 4.6.3 [security


From: guix-commits
Subject: branch core-updates updated: gnu: python-lxml: Update to 4.6.3 [security fixes].
Date: Tue, 23 Mar 2021 11:23:19 -0400

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new a9d540c  gnu: python-lxml: Update to 4.6.3 [security fixes].
a9d540c is described below

commit a9d540cfa87ef3a5de3296188f650fb0d037efbd
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 16:22:18 2021 +0100

    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(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 64d5e51..738f375 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]