python310Packages.types-urllib3: 1.26.25.3 -> 1.26.25.4

This commit is contained in:
Fabian Affolter 2022-11-19 00:11:20 +01:00
parent e8d70b73eb
commit 2996749e47

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-urllib3";
version = "1.26.25.3";
version = "1.26.25.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-GAe4e47hrgImgTuixSMw7/IPsr9jWbHeJN8I6zCQ5EI=";
hash = "sha256-7sVVZCjuyGKxrFePtpqrOHeZWpn/7J5aEs9/vQzJ2u4=";
};
# Module doesn't have tests