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

commit 0cf9efc008d14fd90d726e05c5702cbffe8f295e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jun 10 20:55:42 2026 +0100

    gnu: python-jsonschema: Use python-referencing.
    
    * gnu/packages/python-xyz.scm (python-jsonschema):
    [propagated-inputs]: Remove python-referencing-bootstrap; add
    python-referencing.
    
    Change-Id: Iee5da0442368f51d20046fff88920b84e5c06d8c
---
 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 b29f4a143d..ca44e42d18 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9417,7 +9417,7 @@ and convert DDL to BigQuery JSON schema.")
     (propagated-inputs
      (list python-attrs
            python-jsonschema-specifications
-           python-referencing-bootstrap
+           python-referencing
            python-rpds-py
            ;; [optional]
            python-fqdn

Reply via email to