Unverified Commit 8ee13c3c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.notus-scanner: 22.6.4 -> 22.6.5 (#359608)

parents cb1f5fbc 1e0bb027
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@

buildPythonPackage rec {
  pname = "notus-scanner";
  version = "22.6.4";
  version = "22.6.5";
  pyproject = true;

  disabled = pythonOlder "3.7";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "notus-scanner";
    rev = "refs/tags/v${version}";
    hash = "sha256-DcFIypfdrz8pM7qAMVpof6xKWYp/bSRUswngxa5EQFk=";
    hash = "sha256-PPwQjZIKSQ1OmyYJ8ErkqdbHZfH4iHPMiDdKZ3imBwo=";
  };

  pythonRelaxDeps = [