Unverified Commit 38ebee7c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

troubadix: 26.3.0 -> 26.4.0 (#506490)

parents da82104e 532f40e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "troubadix";
  version = "26.3.0";
  version = "26.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "troubadix";
    tag = "v${finalAttrs.version}";
    hash = "sha256-E4pgTZErn9Mdrz66Wz7sf7zEDIN6WbVvHlToj8ozIr0=";
    hash = "sha256-+S/BU6Iaq1gDI3Ncxcm4pxeIvE6vP6AK8IC8w8+FkS0=";
  };

  pythonRelaxDeps = [