python311Packages.types-setuptools: 68.2.0.0 -> 68.2.0.1

This commit is contained in:
Fabian Affolter 2023-11-19 09:07:52 +01:00 committed by Jörg Thalheim
parent 53aeb5c67b
commit 887b38a077

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-setuptools";
version = "68.2.0.0";
version = "68.2.0.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-pCFvHi7ynQiYd7OvOrKs9InrhpzK+QUSXGnS3Dky/YU=";
hash = "sha256-jzHoIB55aXieDrI0Y7U+vl9n2SQX30tkim6jw1fKT1E=";
};
# Module doesn't have tests