~ruther/guix-local

9beb275fe5f7d696fa9d5254a6864784439c8892 — Nicolas Graves 1 year, 4 months ago 88ef90a
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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