Commit 0c2d910d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.types-urllib3: 1.26.25.12 -> 1.26.25.13

parent 7c6ca279
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.12";
  version = "1.26.25.13";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-oVVzVc6NNQpVXRQlifMAGQN1fS02wYpm9YjZZZu8kX0=";
    hash = "sha256-MwBTjJ3BHa0y6uSCesMT9dmGuLIUlIAfG/l6GsbAOuU=";
  };

  # Module doesn't have tests