python310Packages.ssh-mitm: 2.0.0 -> 2.0.1

This commit is contained in:
Fabian Affolter 2022-05-20 17:49:09 +02:00
parent 2a8f89575a
commit f7a78e1556

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "ssh-mitm";
version = "2.0.0";
version = "2.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-1Vx68ISsT2Vrzy3YBqDqcGEHXHzdKR8jTtBH9SNXT2s=";
hash = "sha256-90ja1xckGC5W0A6xqeTOlR46QhONxGt4PLlue24DWX0=";
};
propagatedBuildInputs = [