python310Packages.types-urllib3: 1.26.15 -> 1.26.16

This commit is contained in:
Fabian Affolter 2022-07-06 23:11:28 +02:00
parent fe04d2c054
commit 500e1d34d0

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-urllib3";
version = "1.26.15";
version = "1.26.16";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-yJKDVB75LjRLf1n4Pqm1opWxY2bO7j8l7PxVk8efeU4=";
hash = "sha256-i7ODLGhMMMvtQLluKLwEcDvssrl9gqxlukuWh4NFOw4=";
};
# Module doesn't have tests