python313Packages.notus-scanner: 22.7.1 -> 22.7.2 (#413372)

This commit is contained in:
Fabian Affolter 2025-06-03 14:32:51 +02:00 committed by GitHub
commit 7084a91837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "notus-scanner"; pname = "notus-scanner";
version = "22.7.1"; version = "22.7.2";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "greenbone"; owner = "greenbone";
repo = "notus-scanner"; repo = "notus-scanner";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-iTcGo33GRf+CihSRuK1GFXOpYL6TT8e3CRyK2/AA38U="; hash = "sha256-JKDnqgEBzEIOI3WIh+SOycACFaYZoZHy7tPFirltDiM=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [