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

python310Packages.types-urllib3: 1.26.19 -> 1.26.22
This commit is contained in:
Fabian Affolter 2022-08-06 18:31:13 +02:00 committed by GitHub
commit 5ac8d60e37
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.19";
version = "1.26.22";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-RbMHvbc9LqwML7E4bal+UcmufxR07zX2ECTDCEtr83E=";
hash = "sha256-sFr5DnOInmiAlACKl8qVeI24vzc24ndv1D+2sXFIXZQ=";
};
# Module doesn't have tests