python3Packages.types-setuptools: 80.9.0.20250822 -> 80.9.0.20251223

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:08 +01:00
parent 2fabc6805f
commit 1ca08e3590
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-setuptools";
version = "80.9.0.20250822";
version = "80.9.0.20251223";
pyproject = true;
src = fetchPypi {
pname = "types_setuptools";
inherit version;
hash = "sha256-Bw6ncWlo7GeoTH93aNmVL/JNKLZbZZR5ekZPGzBm+WU=";
hash = "sha256-00EQWa4vXwOYUhfYasYITv6iyenKzV8Iae+VDzCBabI=";
};
nativeBuildInputs = [ setuptools ];