Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gvm-tools: 23.9.0 -> 23.10.0

+2 -2
+2 -2
pkgs/development/python-modules/gvm-tools/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "gvm-tools"; 13 - version = "23.9.0"; 13 + version = "23.10.0"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "greenbone"; 20 20 repo = pname; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-W49jmFwLrCu8NhQ65ll3iu+QbnHBA5sCeUgSLYLrui0="; 22 + hash = "sha256-+D9gl2Q1NybL8Na9qDZpDZOBStzJcfE6IUKFwjzr1J0="; 23 23 }; 24 24 25 25 nativeBuildInputs = [