python312Packages.setuptools: 75.1.0 -> 75.1.1

Diff: https://github.com/pypa/setuptools/compare/refs/tags/v75.1.0...75.1.1

Changelog: https://setuptools.pypa.io/en/stable/history.html#v75-1-1
(cherry picked from commit 49245b838c)
(cherry picked from commit e52f251230)
This commit is contained in:
Robert Schütz 2024-11-08 12:03:17 -08:00 committed by Vladimír Čunát
parent 67de25922b
commit 6b98b10a65
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "setuptools";
version = "75.1.0";
version = "75.1.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "pypa";
repo = "setuptools";
rev = "refs/tags/v${version}";
hash = "sha256-ZvhXfusayUHHFXl7ZBksFhxTi1p+Va6qAwq7Fo7Tg/s=";
hash = "sha256-b8O/DrDWAbD6ht9M762fFN6kPtV8hAbn1gAN9SS7H5g=";
};
patches = [