diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-01-14 12:19:46 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-01-14 12:37:51 +0200 |
| commit | 93e81e1c9612145b87234e7692e79128b377bdc3 (patch) | |
| tree | 4a52ee7644b75e1c645d3d4be5b580d70f3ea125 /gnu/packages | |
| parent | 1804c4f90b8519e55f8b997fa9852fb107f148b9 (diff) | |
gnu: python-codespell: Update inputs.
* gnu/packages/python-xyz.scm (python-codespell)[native-inputs]: Remove
python-tomli, add python-setuptools-scm.
Change-Id: I0fb4999bc5070c0fcfebb5991966e488eca85109
Diffstat (limited to 'gnu/packages')
| -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 f7e52b360da..ce9d27e4326 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20901,8 +20901,8 @@ for solving the Assignment Problem.") (list python-pygments python-pytest python-pytest-dependency - python-tomli python-setuptools + python-setuptools-scm python-wheel)) (propagated-inputs (list python-chardet)) |
