python312Packages.notus-scanner: 22.6.5 -> 22.7.1

This commit is contained in:
R. Ryantm
2025-04-23 00:56:03 +00:00
parent 29662380da
commit f7b0f2597f
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "notus-scanner";
version = "22.6.5";
version = "22.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "notus-scanner";
tag = "v${version}";
hash = "sha256-PPwQjZIKSQ1OmyYJ8ErkqdbHZfH4iHPMiDdKZ3imBwo=";
hash = "sha256-iTcGo33GRf+CihSRuK1GFXOpYL6TT8e3CRyK2/AA38U=";
};
pythonRelaxDeps = [
@@ -48,7 +48,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Helper to create results from local security checks";
homepage = "https://github.com/greenbone/notus-scanner";
changelog = "https://github.com/greenbone/notus-scanner/releases/tag/v${version}";
changelog = "https://github.com/greenbone/notus-scanner/releases/tag/${src.tag}";
license = with licenses; [ agpl3Plus ];
maintainers = with maintainers; [ fab ];
};