tuxbox: 3.1.4 -> 3.1.5

This commit is contained in:
R. Ryantm
2026-06-28 20:28:27 +00:00
parent 0d69db8815
commit a1d42e4a12
+2 -2
View File
@@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tuxbox";
version = "3.1.4";
version = "3.1.5";
pyproject = true;
src = fetchFromGitHub {
owner = "AndyCappDev";
repo = "tuxbox";
tag = "v${finalAttrs.version}";
hash = "sha256-p5nQLp+O0VKA3dr4Eeq7UnMwf7Xl/7zLHce4ZeoiMNU=";
hash = "sha256-5DpL9Mq/eXmk0Eh8vZY53TZXJxaJk1orS+luWnzYlrE=";
};
build-system = [ python3Packages.setuptools ];