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

mitmproxy2swagger: 0.13.0 -> 0.14.0 (#370962)

parents 79e9cf8e 96ec8948
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "mitmproxy2swagger";
  version = "0.13.0";
  version = "0.14.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "alufers";
    repo = "mitmproxy2swagger";
    tag = version;
    hash = "sha256-VHxqxee5sQWRS13V4SfY4LWaN0oxxWsNVDOEqUyKHfg=";
    hash = "sha256-bQ9zjRsMrC/B118iP2hevj2hhSFD7FTnsCe6lUMwYSI=";
  };

  pythonRelaxDeps = [