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

python310Packages.types-urllib3: 1.26.9 -> 1.26.10
This commit is contained in:
Fabian Affolter 2022-03-01 08:40:26 +01:00 committed by GitHub
commit 82bbf18106
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.9";
version = "1.26.10";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-q9LUhXg3SCsYNLSBfwWHZ43MUx28mr5M3k2ijO8/Uiw=";
hash = "sha256-omiY9TDmw/Q/JbkH8riESGho/9Vqn6qUy/mz624WXWo=";
};
# Module doesn't have tests