tuxbox: 3.1.4 -> 3.1.5 (#536437)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-29 19:10:43 +00:00
committed by GitHub
+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 ];