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

commit 1e82c2b615a5e1af82d0aa7dcee00be2aa137ce8
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 1660feb853..a4136dae9e 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1928,13 +1928,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