diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-12-29 15:26:43 +0100 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2025-01-01 18:27:14 -0600 |
commit | 9beb275fe5f7d696fa9d5254a6864784439c8892 (patch) | |
tree | ff320c7af17bf895e619db55164b1aafe0b9d865 /gnu/packages/python-xyz.scm | |
parent | 88ef90a03adf5fe6a8c98e8c56d130d613f3d464 (diff) |
gnu: python-jsonschema: Update python-webcolors dependency.
* gnu/packages/python-xyz.scm (python-jsonschema): Update
python-webcolors dependency.
This fixes the build of python-nbclassic.
Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4fb19cb849..86ed1c9627 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6127,7 +6127,7 @@ and convert DDL to BigQuery JSON schema.") python-referencing-bootstrap python-rpds-py python-uri-template - python-webcolors)) + python-webcolors-24)) (home-page "https://github.com/Julian/jsonschema") (synopsis "Implementation of JSON Schema for Python") (description |