python310Packages.types-urllib3: 1.26.22 -> 1.26.23

This commit is contained in:
Fabian Affolter
2022-08-19 12:40:05 +02:00
parent 5283c2b891
commit cf7ef522ee
@@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-urllib3";
version = "1.26.22";
version = "1.26.23";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-sFr5DnOInmiAlACKl8qVeI24vzc24ndv1D+2sXFIXZQ=";
hash = "sha256-t46Bnw41AiHQaJpWZhYuRnujkQc3uv2hS1wshem7HlY=";
};
# Module doesn't have tests