python313Packages.setuptools: 75.8.0 -> 75.8.2

https://setuptools.pypa.io/en/stable/history.html#v75-8-2
This commit is contained in:
Martin Weinelt
2025-03-11 13:17:38 +01:00
parent a6ffc120d2
commit ba49db003e
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "setuptools";
version = "75.8.0";
version = "75.8.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "pypa";
repo = "setuptools";
tag = "v${version}";
hash = "sha256-dSzsj0lnsc1Y+D/N0cnAPbS/ZYb+qC41b/KfPmL1zI4=";
hash = "sha256-nD6c2JOjBL/SfgNchBlNasuwnrRl6XIuppjOt6Hr7CE=";
};
patches = [