python3Packages.setuptools: 80.7.1 -> 80.9.0

https://setuptools.pypa.io/en/stable/history.html#v80-9-0
This commit is contained in:
Martin Weinelt
2025-08-09 18:57:36 +02:00
parent e1338b7267
commit 066e42d4fc
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "setuptools";
version = "80.7.1";
version = "80.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pypa";
repo = "setuptools";
tag = "v${version}";
hash = "sha256-lOGvJoVwFxASI7e5fJkeS7iGOIPklGRYmmMfclqn0H4=";
hash = "sha256-wueVQsV0ja/iPFRK7OKV27FQ7hYKF8cP3WH5wJeIXnI=";
};
patches = [