diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-10 16:03:42 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:33 +0200 |
| commit | 20591361e11097d483fc9860b14a7439567878d2 (patch) | |
| tree | e45266d7b2a896dd53eb5b7c8a34a9989e800de0 /gnu/packages/python-xyz.scm | |
| parent | 168154c6b69e0ba8cdf53e2c7f5f9e99d9639d31 (diff) | |
gnu: Remove python-webcolors-24.
It's the same variant as python-webcolors.
* gnu/packages/python-web.scm (python-webcolors-24): Delete variable.
* gnu/packages/python-xyz.scm (python-jsonschema) [propagated-inputs]:
Remove python-webcolors-24; add python-webcolors.
Change-Id: Iaa1db96aaf95618ecef5e8560472b1122e18f009
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 ae4d28dc86..58f8d66e2d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6841,7 +6841,7 @@ and convert DDL to BigQuery JSON schema.") python-referencing-bootstrap python-rpds-py python-uri-template - python-webcolors-24)) + python-webcolors)) (home-page "https://github.com/Julian/jsonschema") (synopsis "Implementation of JSON Schema for Python") (description |
