From 93e81e1c9612145b87234e7692e79128b377bdc3 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 14 Jan 2026 12:19:46 +0200 Subject: [PATCH] gnu: python-codespell: Update inputs. * gnu/packages/python-xyz.scm (python-codespell)[native-inputs]: Remove python-tomli, add python-setuptools-scm. Change-Id: I0fb4999bc5070c0fcfebb5991966e488eca85109 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))