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 1
1
{
2
2
lib ,
3
- stdenv ,
4
3
fetchFromGitHub ,
5
4
buildPythonPackage ,
6
- pythonOlder ,
7
5
# Mitmproxy requirements
8
6
aioquic ,
9
7
asgiref ,
17
15
hyperframe ,
18
16
kaitaistruct ,
19
17
ldap3 ,
20
- mitmproxy-macos ,
21
18
mitmproxy-rs ,
22
19
msgpack ,
23
20
passlib ,
45
42
46
43
buildPythonPackage rec {
47
44
pname = "mitmproxy" ;
48
- version = "11.0.2 " ;
45
+ version = "11.1.3 " ;
49
46
pyproject = true ;
50
47
51
- disabled = pythonOlder "3.9" ;
52
-
53
48
src = fetchFromGitHub {
54
49
owner = "mitmproxy" ;
55
50
repo = "mitmproxy" ;
56
51
tag = "v${ version } " ;
57
- hash = "sha256-qcsPOISQjHVHh4TrQ/UihZaxB/jWBfq7AVI4U1gQPVs =" ;
52
+ hash = "sha256-gTeXxNQWVMQYiGdIyy7SS6JcuYG16KLnjxBBdjhi+lE =" ;
58
53
} ;
59
54
60
55
pythonRelaxDeps = [
@@ -91,7 +86,7 @@ buildPythonPackage rec {
91
86
urwid
92
87
wsproto
93
88
zstandard
94
- ] ++ lib . optionals stdenv . hostPlatform . isDarwin [ mitmproxy-macos ] ;
89
+ ] ;
95
90
96
91
nativeCheckInputs = [
97
92
hypothesis
You can’t perform that action at this time.
0 commit comments