mitmproxy2swagger: 0.7.1 -> 0.7.2

Changelog: https://github.com/alufers/mitmproxy2swagger/releases/tag/0.7.2
This commit is contained in:
Fabian Affolter 2023-01-04 09:37:58 +01:00
parent 2b34be8a11
commit 3fdc7bc916

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "mitmproxy2swagger";
version = "0.7.1";
version = "0.7.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "alufers";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-morBtuRZZ/d3ye8aB+m2dSwWoaF3JJ92c+CgF71MqH4=";
hash = "sha256-LnH0RDiRYJAGI7ZT6Idu1AqSz0yBRuBJvhIgY72Z4CA=";
};
nativeBuildInputs = with python3.pkgs; [