Skip to content

Commit d1a2dba

Browse files
python313Packages.mitmproxy: 11.0.2 -> 11.1.3
Co-Authored-By: misilelab <[email protected]>
1 parent fff32f1 commit d1a2dba

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pkgs/development/python-modules/mitmproxy/default.nix

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
lib,
3-
stdenv,
43
fetchFromGitHub,
54
buildPythonPackage,
6-
pythonOlder,
75
# Mitmproxy requirements
86
aioquic,
97
asgiref,
@@ -17,7 +15,6 @@
1715
hyperframe,
1816
kaitaistruct,
1917
ldap3,
20-
mitmproxy-macos,
2118
mitmproxy-rs,
2219
msgpack,
2320
passlib,
@@ -45,16 +42,14 @@
4542

4643
buildPythonPackage 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

0 commit comments

Comments
 (0)