Skip to content

Commit

Permalink
Merge pull request #145376 from fabaff/bump-faraday-plugins
Browse files Browse the repository at this point in the history
python3Packages.faraday-plugins: 1.5.5 -> 1.5.6
  • Loading branch information
fabaff authored Nov 10, 2021
2 parents 8c3322d + c0ffaef commit 52c1e64
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/development/python-modules/faraday-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit 52c1e64

Please sign in to comment.