python312Packages.setuptools: 69.1.1 -> 69.2.0

https://setuptools.pypa.io/en/stable/history.html#v69-2-0
This commit is contained in:
Martin Weinelt 2024-03-24 02:44:49 +01:00
parent 5680f319fd
commit f7c4bb3f00
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "setuptools";
version = "69.1.1";
version = "69.2.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "pypa";
repo = "setuptools";
rev = "refs/tags/v${version}";
hash = "sha256-TWW8kW7ZjRsl5Y0CEVHqhIVJsiRixSSYe/ctSO1c/78=";
hash = "sha256-kll4zYFQn4g/8Fq0Y5vLvDXtotxYMbiNAgGa0sClFQk=";
};
patches = [