Skip to content

Commit cd4e376

Browse files
authored
gvm-tools: 25.2.0 -> 25.3.0 (NixOS#389767)
2 parents f6f073a + 1139865 commit cd4e376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/gvm-tools/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "gvm-tools";
14-
version = "25.2.0";
14+
version = "25.3.0";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
owner = "greenbone";
2121
repo = "gvm-tools";
2222
tag = "v${version}";
23-
hash = "sha256-WWt/wWuni1rf2A3ggzbVF6l2ApDHm5Z5TBk5UWseo74=";
23+
hash = "sha256-DDs08VnyUB32n3JuVNmt9uMTssmbHOb351pla4zdE54=";
2424
};
2525

2626
__darwinAllowLocalNetworking = true;

0 commit comments

Comments
 (0)