troubadix: 24.8.2 -> 24.9.2 (#342780)

This commit is contained in:
Fabian Affolter 2024-09-19 00:37:52 +02:00 committed by GitHub
commit 31ef15ddb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ];