python3Packages.sslyze: 5.0.2 -> 5.0.3

This commit is contained in:
Fabian Affolter 2022-03-16 13:26:52 +01:00
parent e70f23fe18
commit 87f7b66498

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "sslyze";
version = "5.0.2";
version = "5.0.3";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "nabla-c0d3";
repo = pname;
rev = version;
hash = "sha256-8xtnE5oFxH3wo2Smt65/xGDHxivexN6ggUpyUg42Cjk=";
hash = "sha256-d465WJIDsgNAPe8KW5v2KDSgzMH7OPLSiFfFH9n+jiA=";
};
patchPhase = ''