guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit d89c360134c9ee2f681a021af5a7e246b88a50eb
Author: John Kehayias <j...@guixotic.coop>
AuthorDate: Thu Sep 25 12:23:54 2025 -0400

    gnu: python-fonttools: Fix build.
    
    * gnu/packages/python-xyz.scm (python-fonttools)[propagated-inputs]: Change
    python-lxml-4.9 to python-lxml.
    
    Change-Id: I5fb32f3cd02dd7d9d537a7464bf0bcc5f0088f93
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 003b42a2ed..2b5d947708 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17667,7 +17667,7 @@ from an XML-based format.")
       (propagated-inputs
        (list python-brotli
              python-fs
-             python-lxml-4.9
+             python-lxml
              python-lz4
              python-scipy
              python-unicodedata2

Reply via email to