Merge pull request #145376 from fabaff/bump-faraday-plugins

python3Packages.faraday-plugins: 1.5.5 -> 1.5.6
This commit is contained in:
Fabian Affolter 2021-11-10 20:21:22 +01:00 committed by GitHub
commit 52c1e6486e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";