Unverified Commit 8d2d62e8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

troubadix: 26.4.2 -> 26.4.4 (#511612)

parents 702db8bd 46d7b540
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.4.2";
  version = "26.4.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "troubadix";
    tag = "v${finalAttrs.version}";
    hash = "sha256-kHi2Q+h6aRikuSZcErLmeUTGSCIXoML0uePgLKuO+Lw=";
    hash = "sha256-OByl6SYPgM6pFp2OQyHMZHGr3JJ4kTJTZByWjdEnF7c=";
  };

  pythonRelaxDeps = [