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.
2 parents 1811dd1 + 61c8fb4 commit 0aed72bCopy full SHA for 0aed72b
pkgs/development/python-modules/gvm-tools/default.nix
@@ -11,7 +11,7 @@
11
12
buildPythonPackage rec {
13
pname = "gvm-tools";
14
- version = "24.12.1";
+ version = "25.1.0";
15
pyproject = true;
16
17
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
20
owner = "greenbone";
21
repo = "gvm-tools";
22
tag = "v${version}";
23
- hash = "sha256-0YIWfeHd0Z50xschRHrVijhKQdDxvwR+gowEuAIc+OU=";
+ hash = "sha256-+2GoWsGDMrsKyTbDB3MVWRtgqyEZuSWznCW8eUmYVFE=";
24
};
25
26
__darwinAllowLocalNetworking = true;
0 commit comments