Unverified Commit 285aa1f4 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

python311Packages.types-urllib3: 1.26.25.12 -> 1.26.25.13
parents 04b6b999 0c2d910d
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