python310Packages.types-urllib3: 1.26.13 -> 1.26.14

This commit is contained in:
R. Ryantm 2022-04-30 02:50:24 +00:00
parent d731df50f2
commit 7fe4412e78

View file

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