Commit 06b6b02a authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.python-gvm: 26.9.1 -> 26.10.0

parent b01e2e15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage (finalAttrs: {
  pname = "python-gvm";
  version = "26.9.1";
  version = "26.10.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "python-gvm";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ZClhWPo0Tnx62RE/YzADq2QmUnpWdPBX98IIXK0sfOA=";
    hash = "sha256-8xrjgKFzSn5dThp+z36q3WLTKvIiCVGO9rlkSxa6++w=";
  };

  build-system = [ poetry-core ];