Skip to content

Commit

Permalink
python310Packages.gvm-tools: 22.6.1 -> 22.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 28, 2022
1 parent 8be09c8 commit 9c76afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/gvm-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "gvm-tools";
version = "22.6.1";
version = "22.9.0";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pU/KNdWt+Iy/YiIAQFFgkaGHOvXK6v4Loia9MD4qmWc=";
sha256 = "sha256-I+fnVRxkv8MjPOBElRZv2aigAOA0gGm5xoK+bFohfZA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9c76afb

Please sign in to comment.