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

This commit is contained in:
Fabian Affolter 2024-12-02 09:07:06 +01:00 committed by GitHub
commit 8ee13c3c6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [