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>
This commit is contained in:
Nicolas Graves 2024-12-29 15:26:43 +01:00 committed by jgart
parent 88ef90a03a
commit 9beb275fe5
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -6127,7 +6127,7 @@ (define-public python-jsonschema
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