Skip to content

Commit

Permalink
troubadix: 24.8.2 -> 24.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 18, 2024
1 parent e1bd0a9 commit 87ad997
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 87ad997

Please sign in to comment.