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 f6f073a + 1139865 commit cd4e376Copy full SHA for cd4e376
pkgs/development/python-modules/gvm-tools/default.nix
@@ -11,7 +11,7 @@
11
12
buildPythonPackage rec {
13
pname = "gvm-tools";
14
- version = "25.2.0";
+ version = "25.3.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-WWt/wWuni1rf2A3ggzbVF6l2ApDHm5Z5TBk5UWseo74=";
+ hash = "sha256-DDs08VnyUB32n3JuVNmt9uMTssmbHOb351pla4zdE54=";
24
};
25
26
__darwinAllowLocalNetworking = true;
0 commit comments