python3Packages.setuptools: 82.0.1 -> 83.0.0

https://setuptools.pypa.io/en/stable/history.html#v83-0-0
This commit is contained in:
Martin Weinelt
2026-07-11 16:43:18 +02:00
parent e122fee939
commit 31b1ff3caa

View File

@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "setuptools";
version = "82.0.1";
version = "83.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pypa";
repo = "setuptools";
tag = "v${finalAttrs.version}";
hash = "sha256-M4fB+R4UNla2VlcWNhfDLvExQMpjLkPkgVsU4vg6ImU=";
hash = "sha256-Gn2gH2LnsgeX1MvDRBbnFnI6WjkjBFItU4SelowkjBc=";
};
patches = [