Unverified Commit 20ba0c00 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Revert "python3Packages.mitmproxy: 11.0.2 -> 11.1.0" (#379960)

parents 6375bf1c bd9b05fd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@

buildPythonPackage rec {
  pname = "mitmproxy";
  version = "11.1.0";
  version = "11.0.2";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -54,7 +54,7 @@ buildPythonPackage rec {
    owner = "mitmproxy";
    repo = "mitmproxy";
    tag = "v${version}";
    hash = "sha256-8PqyxTwDk8pJjBh+NUB5BkuTeeA51gxmzqT450Y1d4Q=";
    hash = "sha256-qcsPOISQjHVHh4TrQ/UihZaxB/jWBfq7AVI4U1gQPVs=";
  };

  pythonRelaxDeps = [
@@ -151,7 +151,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Man-in-the-middle proxy";
    homepage = "https://mitmproxy.org/";
    changelog = "https://github.com/mitmproxy/mitmproxy/blob/${src.tag}/CHANGELOG.md";
    changelog = "https://github.com/mitmproxy/mitmproxy/blob/${version}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ SuperSandro2000 ];
  };