python310Packages.types-setuptools: 57.4.14 -> 57.4.15

This commit is contained in:
R. Ryantm 2022-05-23 14:13:56 +00:00
parent 749c2d5b72
commit 2481fd2d83

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-setuptools";
version = "57.4.14";
version = "57.4.15";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-3wL+HdJE9Yz05nz8PQqXkwotYact2J8h2BxxAXzYP5o=";
sha256 = "sha256-ZQUozoA1hgKdfxU/Mq7S26prsoiLIzM0r4DXumPtPIc=";
};
# Module doesn't have tests