Skip to content

Commit

Permalink
[Backport release-24.11] mitmproxy: 11.0.1 -> 11.0.2 (#363405)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 9, 2024
2 parents a66059d + 4938994 commit 5e29978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/mitmproxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@

buildPythonPackage rec {
pname = "mitmproxy";
version = "11.0.1";
version = "11.0.2";
pyproject = true;

disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "mitmproxy";
repo = "mitmproxy";
rev = "refs/tags/v${version}";
hash = "sha256-1yqR82YpHD5Z2Ufa/8T0htjLm2s+fhBN5BfKGHCGnEw=";
tag = "v${version}";
hash = "sha256-qcsPOISQjHVHh4TrQ/UihZaxB/jWBfq7AVI4U1gQPVs=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 5e29978

Please sign in to comment.