python3Packages.types-setuptools: 75.8.2.20250305 -> 78.1.0.20250329

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:13:13 +02:00
parent 97d1da3e31
commit b9150be02f
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-setuptools";
version = "75.8.2.20250305";
version = "78.1.0.20250329";
pyproject = true;
src = fetchPypi {
pname = "types_setuptools";
inherit version;
hash = "sha256-qYcmm0lIjyGWGh2Zqo0oG2EWJYg972OSqThVsxVE5AU=";
hash = "sha256-MeYpUMOLjMHFEUsHdQTjZCaGCgZCh8rBG5ZmqzpIMjQ=";
};
nativeBuildInputs = [ setuptools ];