Merge pull request #230206 from fabaff/types-urllib3-bump

python311Packages.types-urllib3: 1.26.25.10 -> 1.26.25.12

authored by

Fabian Affolter and committed by
GitHub
c6168667 b67e6a90

+2 -2
+2 -2
pkgs/development/python-modules/types-urllib3/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-urllib3"; 8 - version = "1.26.25.10"; 8 + version = "1.26.25.12"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - hash = "sha256-xEiBzen8glbQWtayH1DEaB6yAJJVI1FXCrCooGUyhtY="; 13 + hash = "sha256-oVVzVc6NNQpVXRQlifMAGQN1fS02wYpm9YjZZZu8kX0="; 14 14 }; 15 15 16 16 # Module doesn't have tests