Skip to content

Commit

Permalink
troubadix: 24.8.2 -> 24.9.2 (NixOS#342780)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 18, 2024
2 parents 2e8b346 + 87ad997 commit 31ef15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/tr/troubadix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "troubadix";
version = "24.8.2";
version = "24.9.2";
pyproject = true;

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

pythonRelaxDeps = [ "validators" ];
Expand Down

0 comments on commit 31ef15d

Please sign in to comment.