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

troubadix: 24.9.2 -> 24.9.4 (#345208)

parents 7fb4a147 3bd8b065
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 = "24.9.2";
  version = "24.9.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "troubadix";
    rev = "refs/tags/v${version}";
    hash = "sha256-nFzrOSaq0U6qapmk59iAK3N0gQag1fMaew3LtOK+neY=";
    hash = "sha256-y7IVEDbXYiNi9/SIlbmrkZ5SxrLzYe3Yy8LkP+wID3w=";
  };

  pythonRelaxDeps = [ "validators" ];