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.
1 parent 258e563 commit 602c7e4Copy full SHA for 602c7e4
pkgs/development/python-modules/python-gvm/default.nix
@@ -15,7 +15,7 @@
15
16
buildPythonPackage rec {
17
pname = "python-gvm";
18
- version = "24.8.0";
+ version = "24.11.0";
19
pyproject = true;
20
21
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
24
owner = "greenbone";
25
repo = "python-gvm";
26
rev = "refs/tags/v${version}";
27
- hash = "sha256-JyImC75Le6S2kQXSU/Ze4TNaitJSJ8LD9j/ny+xjoGA=";
+ hash = "sha256-n4Izhtqs6awEtnt4r915ZtyHQnM49ExbuAzqJw/CNa0=";
28
};
29
30
build-system = [ poetry-core ];
0 commit comments