python310Packages.ssh-mitm: 2.0.0 -> 2.0.1

main
Fabian Affolter 2 years ago
parent 2a8f89575a
commit f7a78e1556
  1. 4
      pkgs/development/python-modules/ssh-mitm/default.nix

@ -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 = [

Loading…
Cancel
Save