Skip to content

Commit 0aed72b

Browse files
authored
python312Packages.gvm-tools: 24.12.1 -> 25.1.0 (NixOS#374552)
2 parents 1811dd1 + 61c8fb4 commit 0aed72b

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 = "24.12.1";
14+
version = "25.1.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-0YIWfeHd0Z50xschRHrVijhKQdDxvwR+gowEuAIc+OU=";
23+
hash = "sha256-+2GoWsGDMrsKyTbDB3MVWRtgqyEZuSWznCW8eUmYVFE=";
2424
};
2525

2626
__darwinAllowLocalNetworking = true;

0 commit comments

Comments
 (0)