python312Packages.mitmproxy: 10.4.0 -> 10.4.2

Changelog: https://github.com/mitmproxy/mitmproxy/releases/tag/v10.4.1
Changelog: https://github.com/mitmproxy/mitmproxy/releases/tag/v10.4.2
This commit is contained in:
Sandro Jäckel
2024-08-03 19:43:37 +02:00
parent f259833823
commit ebb4b4df05
@@ -45,7 +45,7 @@
buildPythonPackage rec {
pname = "mitmproxy";
version = "10.4.0";
version = "10.4.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -54,7 +54,7 @@ buildPythonPackage rec {
owner = "mitmproxy";
repo = "mitmproxy";
rev = "refs/tags/v${version}";
hash = "sha256-W+m7PVphj4sP5+Um7dtPbdnaZ+edZn/fcE4XJGX1E6M=";
hash = "sha256-1OMVgV6dFKoG/upv+RWbYqftqejeQLBlsycuy2+Na6E=";
};