tuxbox: 3.1.5 -> 3.1.6

This commit is contained in:
R. Ryantm
2026-07-07 10:03:28 +00:00
parent a354f2c4ca
commit a5c44af9aa
+2 -2
View File
@@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tuxbox";
version = "3.1.5";
version = "3.1.6";
pyproject = true;
src = fetchFromGitHub {
owner = "AndyCappDev";
repo = "tuxbox";
tag = "v${finalAttrs.version}";
hash = "sha256-5DpL9Mq/eXmk0Eh8vZY53TZXJxaJk1orS+luWnzYlrE=";
hash = "sha256-BZUo02q2szaxnJYx8UvYvfCErJX4KFzToCvZLuBRJKQ=";
};
build-system = [ python3Packages.setuptools ];