3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.faraday-plugins: 1.5.5 -> 1.5.6

This commit is contained in:
Fabian Affolter 2021-11-10 17:00:45 +01:00
parent d8f5d7f06b
commit c0ffaefb89

View file

@ -16,13 +16,14 @@
buildPythonPackage rec {
pname = "faraday-plugins";
version = "1.5.5";
version = "1.5.6";
format = "setuptools";
src = fetchFromGitHub {
owner = "infobyte";
repo = "faraday_plugins";
rev = "v${version}";
sha256 = "sha256-dnd6q/L3yh/9XkrWC4ETccSO6zr31wBsuumDvwemKyA=";
sha256 = "sha256-RTHhCSOqtdPsgZgeziAYm+9NoR72Jfm+42fyyKqjFpA=";
};
propagatedBuildInputs = [
@ -53,7 +54,9 @@ buildPythonPackage rec {
"test_process_report_summary"
];
pythonImportsCheck = [ "faraday_plugins" ];
pythonImportsCheck = [
"faraday_plugins"
];
meta = with lib; {
description = "Security tools report parsers for Faraday";