python311Packages.types-urllib3: 1.26.25.10 -> 1.26.25.12

This commit is contained in:
Fabian Affolter 2023-05-05 23:35:51 +02:00
parent afc04d8df0
commit d0b954d6b7

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-urllib3";
version = "1.26.25.10";
version = "1.26.25.12";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-xEiBzen8glbQWtayH1DEaB6yAJJVI1FXCrCooGUyhtY=";
hash = "sha256-oVVzVc6NNQpVXRQlifMAGQN1fS02wYpm9YjZZZu8kX0=";
};
# Module doesn't have tests