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

guix_mirror_bot pushed a commit to branch python-team
in repository guix.

The following commit(s) were added to refs/heads/python-team by this push:
     new 9acc72b3a3 gnu: python-lxml: Update to 6.0.2.
9acc72b3a3 is described below

commit 9acc72b3a36d67ab21f5fea37b1b39173bb670a7
Author: Aaron Covrig <[email protected]>
AuthorDate: Tue Dec 23 21:56:21 2025 -0500

    gnu: python-lxml: Update to 6.0.2.
    
    * gnu/packages/xml.scm (python-lxml): Update to 6.0.2.
    
    Change-Id: I5c16b8a2819e96a5fdeadbb35b72789cb78d1945
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 38606df7a1..f5b9b474a3 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1921,13 +1921,13 @@ because lxml.etree already has its own implementation 
of XPath 1.0.")
 (define-public python-lxml
   (package
     (name "python-lxml")
-    (version "6.0.1")
+    (version "6.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "lxml" version))
        (sha256
-        (base32 "14064h0pxdsx36nhyjzrw0v16ygz977qf6l0ydnh5p97pwp8hfib"))))
+        (base32 "0qndw2b7zwjwihbbf1pvwjv9wk9hzbychpb5v9yk2jypgcvg6yfd"))))
     (build-system pyproject-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases

Reply via email to