Skip to content

Commit 602c7e4

Browse files
committed
python312Packages.python-gvm: 24.8.0 -> 24.11.0
1 parent 258e563 commit 602c7e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1616
buildPythonPackage rec {
1717
pname = "python-gvm";
18-
version = "24.8.0";
18+
version = "24.11.0";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
2424
owner = "greenbone";
2525
repo = "python-gvm";
2626
rev = "refs/tags/v${version}";
27-
hash = "sha256-JyImC75Le6S2kQXSU/Ze4TNaitJSJ8LD9j/ny+xjoGA=";
27+
hash = "sha256-n4Izhtqs6awEtnt4r915ZtyHQnM49ExbuAzqJw/CNa0=";
2828
};
2929

3030
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)