python310Packages.types-setuptools: 57.4.11 -> 57.4.14

This commit is contained in:
R. Ryantm 2022-04-16 18:36:19 +00:00
parent faad370edc
commit fc8cdc28c5

View file

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