guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 073dbbd6c898d541c43b251b2fcd3f74464f9309
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Nov 24 10:41:08 2025 +0100

    gnu: Remove python-lxml-4.7.
    
    * gnu/packages/xml.scm (python-lxml-4.7): Delete variable.
    
    Change-Id: I451d0a1269cd2d540f26a049d11f0d557e9b1689
---
 gnu/packages/xml.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index f5552c1352..6832a3b068 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1932,9 +1932,6 @@ libxml2 and libxslt.")
                     (setenv "CFLAGS"
                             "-Wno-error=incompatible-pointer-types")))))))))
 
-(define-deprecated python-lxml-4.7 python-lxml)
-(export python-lxml-4.7)
-
 (define-public python-lxml-html-clean
   (package
     (name "python-lxml-html-clean")

Reply via email to