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

python310Packages.types-urllib3: 1.26.16 -> 1.26.17
This commit is contained in:
Fabian Affolter 2022-07-27 10:01:39 +02:00 committed by GitHub
commit 457e7e61e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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