Unverified Commit 9aaead51 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python310Packages.types-urllib3: 1.26.25.4 -> 1.26.25.5
parents 36f6edda 9c17022f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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