python310Packages.types-urllib3: 1.26.4 -> 1.26.7

This commit is contained in:
R. Ryantm 2022-01-20 21:42:24 +00:00
parent 8262062c57
commit e1ff423829

View file

@ -5,12 +5,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "types-urllib3"; pname = "types-urllib3";
version = "1.26.4"; version = "1.26.7";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-NcF74J4bzvOx4hAcUXK5fNt4MwkVlzx0H0wZedhAXvk="; hash = "sha256-z9H7vkuppgXtFIKUAIqsinuLdHJlHRzDV9UHrlli49I=";
}; };
# Module doesn't have tests # Module doesn't have tests