Skip to content

Commit

Permalink
python311Packages.mitmproxy: 10.2.4 -> 10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Apr 18, 2024
1 parent 8f8dc63 commit 4881f1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/mitmproxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

buildPythonPackage rec {
pname = "mitmproxy";
version = "10.2.4";
version = "10.3.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -54,7 +54,7 @@ buildPythonPackage rec {
owner = "mitmproxy";
repo = "mitmproxy";
rev = "refs/tags/${version}";
hash = "sha256-6TPhxprrP6Bgc1yAhN3pBdr98WpvfGnVNvkNtFxROgE=";
hash = "sha256-YjvGsnpQQ8GWLyKmnd3lOxesnr+F2xCNXyahZh0JQnc=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -122,7 +122,9 @@ buildPythonPackage rec {
"test_commands_exist"
"test_contentview_flowview"
"test_flowview"
"test_get_hex_editor"
"test_integration"
"test_spawn_editor"
"test_statusbar"
# FileNotFoundError: [Errno 2] No such file or directory
# likely wireguard is also not working in the sandbox
Expand Down

0 comments on commit 4881f1c

Please sign in to comment.