Unverified Commit c6168667 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python311Packages.types-urllib3: 1.26.25.10 -> 1.26.25.12
parents b67e6a90 d0b954d6
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.10";
  version = "1.26.25.12";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-xEiBzen8glbQWtayH1DEaB6yAJJVI1FXCrCooGUyhtY=";
    hash = "sha256-oVVzVc6NNQpVXRQlifMAGQN1fS02wYpm9YjZZZu8kX0=";
  };

  # Module doesn't have tests