Skip to content

Commit

Permalink
Merge pull request #214380 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.gvm-tools

python310Packages.gvm-tools: 22.9.0 -> 23.2.0
  • Loading branch information
wegank committed Feb 3, 2023
2 parents 541a95a + 5de540d commit 0699920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/gvm-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

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

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "greenbone";
repo = pname;
rev = "v${version}";
sha256 = "sha256-I+fnVRxkv8MjPOBElRZv2aigAOA0gGm5xoK+bFohfZA=";
rev = "refs/tags/v${version}";
sha256 = "sha256-TwGeLEfP69ZK/fkhS0sB6aPh8aDjg6Tri2mUUzk4jbk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 0699920

Please sign in to comment.