python310Packages.types-urllib3: 1.26.14 -> 1.26.15

This commit is contained in:
R. Ryantm 2022-05-27 04:58:38 +00:00
parent e90841186a
commit 488f282d4f

View File

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