File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
pkgs/development/python-modules/mitmproxy Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
3- stdenv ,
43 fetchFromGitHub ,
54 buildPythonPackage ,
6- pythonOlder ,
75 # Mitmproxy requirements
86 aioquic ,
97 asgiref ,
1715 hyperframe ,
1816 kaitaistruct ,
1917 ldap3 ,
20- mitmproxy-macos ,
2118 mitmproxy-rs ,
2219 msgpack ,
2320 passlib ,
4542
4643buildPythonPackage rec {
4744 pname = "mitmproxy" ;
48- version = "11.0.2 " ;
45+ version = "11.1.3 " ;
4946 pyproject = true ;
5047
51- disabled = pythonOlder "3.9" ;
52-
5348 src = fetchFromGitHub {
5449 owner = "mitmproxy" ;
5550 repo = "mitmproxy" ;
5651 tag = "v${ version } " ;
57- hash = "sha256-qcsPOISQjHVHh4TrQ/UihZaxB/jWBfq7AVI4U1gQPVs =" ;
52+ hash = "sha256-gTeXxNQWVMQYiGdIyy7SS6JcuYG16KLnjxBBdjhi+lE =" ;
5853 } ;
5954
6055 pythonRelaxDeps = [
@@ -91,7 +86,7 @@ buildPythonPackage rec {
9186 urwid
9287 wsproto
9388 zstandard
94- ] ++ lib . optionals stdenv . hostPlatform . isDarwin [ mitmproxy-macos ] ;
89+ ] ;
9590
9691 nativeCheckInputs = [
9792 hypothesis
You can’t perform that action at this time.
0 commit comments