python310Packages.types-urllib3: 1.26.25.4 -> 1.26.25.5

This commit is contained in:
Fabian Affolter 2023-02-07 11:28:06 +01:00
parent fab09085df
commit 9c17022fde

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-urllib3";
version = "1.26.25.4";
version = "1.26.25.5";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-7sVVZCjuyGKxrFePtpqrOHeZWpn/7J5aEs9/vQzJ2u4=";
hash = "sha256-VjDleCRtFw2R6+OQF4jNKNU8TgRNwuJIjjsNVftoldg=";
};
# Module doesn't have tests