mitmproxy: 10.4.2 -> 11.0.0

This commit is contained in:
Aaron Jheng
2024-10-09 01:42:10 +00:00
parent fb4afaa052
commit 3ae8bb3e23
2 changed files with 3 additions and 2 deletions
@@ -30,5 +30,6 @@ buildPythonPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ boltzmannrain ];
platforms = platforms.darwin;
sourceProvenance = with sourceTypes; [ binaryBytecode ];
};
}
@@ -45,7 +45,7 @@
buildPythonPackage rec {
pname = "mitmproxy";
version = "10.4.2";
version = "11.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -54,7 +54,7 @@ buildPythonPackage rec {
owner = "mitmproxy";
repo = "mitmproxy";
rev = "refs/tags/v${version}";
hash = "sha256-1OMVgV6dFKoG/upv+RWbYqftqejeQLBlsycuy2+Na6E=";
hash = "sha256-f5TudaLlHtIMAvS7s5mWgqpdi7/vWNF0EdlYNuG67hM=";
};