mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 00:49:52 +00:00
Merge pull request #145376 from fabaff/bump-faraday-plugins
python3Packages.faraday-plugins: 1.5.5 -> 1.5.6
This commit is contained in:
commit
52c1e6486e
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue