Skip to content

Commit

Permalink
python312Packages.python-gvm: 24.7.0 -> 24.8.0 (#338237)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Aug 30, 2024
2 parents 1e9fccb + 23b3f9d commit 47f5adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-gvm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "python-gvm";
version = "24.7.0";
version = "24.8.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "python-gvm";
rev = "refs/tags/v${version}";
hash = "sha256-WsZxISvPw4uvRKv5CYpcLunAxvoCvVWTSp+m2QTEe0g=";
hash = "sha256-JyImC75Le6S2kQXSU/Ze4TNaitJSJ8LD9j/ny+xjoGA=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 47f5adb

Please sign in to comment.