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

troubadix: 25.2.0 -> 25.2.4 (#386592)

parents 25931711 482f0137
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "troubadix";
  version = "25.2.0";
  version = "25.2.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "troubadix";
    tag = "v${version}";
    hash = "sha256-pNxQOoh4vRme8ORlyN+ZqtpPTeTG5Yh5nm14jOo8MFc=";
    hash = "sha256-+2G7wlhtoKmjluHsmYb62i+DvWuXlaYw6ktYb77X/LA=";
  };

  pythonRelaxDeps = [