python3Packages.sslyze: 5.0.0 -> 5.0.2

This commit is contained in:
Jonathan Ringer
2022-01-23 01:09:24 +01:00
committed by Martin Weinelt
parent 9530c1a961
commit 429eeeebae
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "sslyze";
version = "5.0.0";
version = "5.0.2";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "nabla-c0d3";
repo = pname;
rev = version;
hash = "sha256-7kUriEMHcGCXKs42KVWxXvM+JEEWf/8tnuoGujHbqHY=";
hash = "sha256-8xtnE5oFxH3wo2Smt65/xGDHxivexN6ggUpyUg42Cjk=";
};
patchPhase = ''