Merge pull request #184544 from r-ryantm/auto-update/python3.10-types-urllib3

python310Packages.types-urllib3: 1.26.17 -> 1.26.19
This commit is contained in:
Mario Rodas 2022-08-01 08:19:54 -05:00 committed by GitHub
commit 6175721780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-urllib3";
version = "1.26.17";
version = "1.26.19";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-c/0nRSTD/HzYzZzrDLZ+2ZtF+csoMQE+RtUMFFEESAA=";
hash = "sha256-RbMHvbc9LqwML7E4bal+UcmufxR07zX2ECTDCEtr83E=";
};
# Module doesn't have tests