flexget: 3.16.9 -> 3.16.12

This commit is contained in:
R. Ryantm
2025-07-04 14:35:33 +00:00
parent 55dc7f4585
commit 8a0bf2ff8b
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.16.9";
version = "3.16.12";
pyproject = true;
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${version}";
hash = "sha256-LXlv/nZhZtkyUYg7UknXIyYsjqtYEeHVSzfwgNnwgwY=";
hash = "sha256-0JXJrW/3RKisrasxI1ina43GYwHcpqjbhb/OpaoIVyg=";
};
pythonRelaxDeps = true;