python310Packages.types-urllib3: 1.26.10 -> 1.26.11

This commit is contained in:
R. Ryantm 2022-03-13 13:30:53 +00:00
parent 12769bc7e1
commit 99dacc15d3

View File

@ -5,12 +5,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "types-urllib3"; pname = "types-urllib3";
version = "1.26.10"; version = "1.26.11";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-omiY9TDmw/Q/JbkH8riESGho/9Vqn6qUy/mz624WXWo="; hash = "sha256-JNZORBFohR6wXx0CLeGK4xVY9WScjxEX44TC6F4xMVs=";
}; };
# Module doesn't have tests # Module doesn't have tests