Skip to content

Commit

Permalink
python312Packages.notus-scanner: 22.6.4 -> 22.6.5 (#359608)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 2, 2024
2 parents cb1f5fb + 1e0bb02 commit 8ee13c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/notus-scanner/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 8ee13c3

Please sign in to comment.