Skip to content

Commit 8ee13c3

Browse files
authored
python312Packages.notus-scanner: 22.6.4 -> 22.6.5 (#359608)
2 parents cb1f5fb + 1e0bb02 commit 8ee13c3

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/notus-scanner

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/notus-scanner/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414

1515
buildPythonPackage rec {
1616
pname = "notus-scanner";
17-
version = "22.6.4";
17+
version = "22.6.5";
1818
pyproject = true;
1919

20-
disabled = pythonOlder "3.7";
20+
disabled = pythonOlder "3.9";
2121

2222
src = fetchFromGitHub {
2323
owner = "greenbone";
2424
repo = "notus-scanner";
2525
rev = "refs/tags/v${version}";
26-
hash = "sha256-DcFIypfdrz8pM7qAMVpof6xKWYp/bSRUswngxa5EQFk=";
26+
hash = "sha256-PPwQjZIKSQ1OmyYJ8ErkqdbHZfH4iHPMiDdKZ3imBwo=";
2727
};
2828

2929
pythonRelaxDeps = [

0 commit comments

Comments
 (0)