Unverified Commit 07d4e37f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.notus-scanner: 22.6.5 -> 22.7.1 (#400977)

parents f830840e f7b0f259
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };