python3Packages.webcolors: 24.11.1 -> 25.10.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:48 +01:00
parent c7e79a0ef7
commit b45e3254d9
@@ -2,28 +2,23 @@
lib,
buildPythonPackage,
fetchPypi,
unittestCheckHook,
pytestCheckHook,
pdm-backend,
}:
buildPythonPackage rec {
pname = "webcolors";
version = "24.11.1";
version = "25.10.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-7LPXaPMiAq93BHe4tl8xj6T1ZsIpSGc6l3sA1YndgPY=";
hash = "sha256-YquuhlBPZtD2NkwqhSDeSgxHuAwD/DpfGBX+2+98Gb8=";
};
build-system = [ pdm-backend ];
nativeCheckInputs = [ unittestCheckHook ];
unittestFlagsArray = [
"-s"
"tests"
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "webcolors" ];