summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-07-03 18:07:58 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:20 +0100
commit5d08bb1d6616030fe59d805eefe0325065981997 (patch)
treec619d50c0a9652a0f2e67b3d34ae95e06c8f4242 /gnu/packages/python-xyz.scm
parent281b660e38261f33e04dfa4cfba464b562c83a18 (diff)
gnu: python-referencing: Fix runtime.
* gnu/packages/python-xyz.scm (python-referencing): Fix runtime for Python version < 3.13. [propagated-inputs]: Add python-typing-extensions. Merges: guix/guix!9690 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c0d067efbf2..2f3834d6773 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32940,7 +32940,8 @@ integration, human-readable errors, and standard OS-specific locations.")
32940 specification-referencing-suite)) 32940 specification-referencing-suite))
32941 (propagated-inputs 32941 (propagated-inputs
32942 (list python-attrs 32942 (list python-attrs
32943 python-rpds-py)) 32943 python-rpds-py
32944 python-typing-extensions)) ;Python version < 3.13
32944 (home-page "https://github.com/python-jsonschema/referencing") 32945 (home-page "https://github.com/python-jsonschema/referencing")
32945 (synopsis "JSON Referencing + Python") 32946 (synopsis "JSON Referencing + Python")
32946 (description "This package provides an implementation-agnostic 32947 (description "This package provides an implementation-agnostic