Skip to content

Commit

Permalink
python312Packages.python-gvm: 24.11.0 -> 24.12.0 (#364661)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 13, 2024
2 parents b11a670 + 53534ba commit 78fbcb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/python-gvm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

buildPythonPackage rec {
pname = "python-gvm";
version = "24.11.0";
version = "24.12.0";
pyproject = true;

disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "greenbone";
repo = "python-gvm";
rev = "refs/tags/v${version}";
hash = "sha256-n4Izhtqs6awEtnt4r915ZtyHQnM49ExbuAzqJw/CNa0=";
tag = "v${version}";
hash = "sha256-6K9Gv2ycQuCeH5GxtRfpwRqTQxpuqRZC82EvQCFSX4k=";
};

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

0 comments on commit 78fbcb2

Please sign in to comment.