Commit 9c17022f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.types-urllib3: 1.26.25.4 -> 1.26.25.5

parent fab09085
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