3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.types-setuptools: 57.4.8 -> 57.4.9

This commit is contained in:
Fabian Affolter 2022-02-07 08:15:03 +01:00
parent 43f2183040
commit 3ca052a4ec

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-setuptools";
version = "57.4.8";
version = "57.4.9";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-1VRfKrPa0k9cscAbp0way3QHqzGyYY1CMVj8hAhRYPE=";
sha256 = "sha256-U273R0T44eS+T8cZiH+IbnTkzzx5K0oGmEMgvk30ULU=";
};
# Module doesn't have tests