6 buildPythonPackage rec {
7 pname = "types-urllib3";
8 version = "1.26.25.14";
12 inherit pname version;
13 hash = "sha256-Ipt/V3yVG4wbksG8Ky/bC0mEe9KvbRzCouPdNA872o8=";
16 # Module doesn't have tests
19 pythonImportsCheck = [
24 description = "Typing stubs for urllib3";
25 homepage = "https://github.com/python/typeshed";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ fab ];