troubadix: 26.7.1 -> 26.7.2

This commit is contained in:
R. Ryantm
2026-07-25 13:36:01 +00:00
parent e0166b2fe1
commit c16695a7b7
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "troubadix";
version = "26.7.1";
version = "26.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "troubadix";
tag = "v${finalAttrs.version}";
hash = "sha256-qGByIyO9JmCDNs1BMpO5gjt27Av502NB92vaOcUpuaA=";
hash = "sha256-A3I6b518GOdRHLcfV+7wVKGIDOT14T1ZEZ0JZOH6QzY=";
};
pythonRelaxDeps = [