python311Packages.setuptools: 68.0.0 -> 68.2.2

https://setuptools.pypa.io/en/stable/history.html#v68-2-2
This commit is contained in:
Martin Weinelt 2023-09-15 00:29:46 +02:00
parent 06da4d8223
commit a84e337f30

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "setuptools";
version = "68.0.0";
version = "68.2.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "pypa";
repo = "setuptools";
rev = "refs/tags/v${version}";
hash = "sha256-Ew/DpI5XsYMB4kBfkFeeB5wv5cjx4oYTddZCWLgBHBs=";
hash = "sha256-PpZbITlYp/cA+8jmObw8g69TK+oE9YEXD3NNJixExB4=";
};
patches = [