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

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

The following commit(s) were added to refs/heads/mesa-updates by this push:
     new 8bff539ceb gnu: python-fonttools: Fix build.
8bff539ceb is described below

commit 8bff539cebcc8ecf8a72af6895b6ac13adcf26bb
Author: John Kehayias <[email protected]>
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 cb34d10505..5dd31656f1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17642,7 +17642,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