Merge pull request #306459 from r-ryantm/auto-update/ospd-openvas

ospd-openvas: 22.7.0 -> 22.7.1
This commit is contained in:
Fabian Affolter 2024-04-24 17:06:37 +02:00 committed by GitHub
commit 27724cf2a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ospd-openvas";
version = "22.7.0";
version = "22.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "ospd-openvas";
rev = "refs/tags/v${version}";
hash = "sha256-aBrJODymUMj0sflJW/+dMYZBRPYqtS1L2UBENDXb2Xw=";
hash = "sha256-bFZTwNITDG5OpoWD7F1Ad6BQFpY4Q5CGUGbYy7rTuc0=";
};
pythonRelaxDeps = [
@ -20,8 +20,11 @@ python3.pkgs.buildPythonApplication rec {
"python-gnupg"
];
nativeBuildInputs = with python3.pkgs; [
build-system = with python3.pkgs; [
poetry-core
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];