We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc7160 commit 1e0bb02Copy full SHA for 1e0bb02
pkgs/development/python-modules/notus-scanner/default.nix
@@ -17,7 +17,7 @@ buildPythonPackage rec {
17
version = "22.6.5";
18
pyproject = true;
19
20
- disabled = pythonOlder "3.7";
+ disabled = pythonOlder "3.9";
21
22
src = fetchFromGitHub {
23
owner = "greenbone";
0 commit comments