python310Packages.types-urllib3: 1.26.25.1 -> 1.26.25.2

This commit is contained in:
Fabian Affolter 2022-11-09 00:00:02 +01:00
parent 0e084186bc
commit 00f5ffe96b

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-urllib3";
version = "1.26.25.1";
version = "1.26.25.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-qUhYSUSyQSyadLnPZPbEjK+GUsuIs4NhMW9tFdihhM0=";
hash = "sha256-o6UQ22CbNjZwzGLtt2WYuCcL001OsvbJ8IjQ59gZbWs=";
};
# Module doesn't have tests