flexget: 3.16.1 -> 3.16.3

This commit is contained in:
R. Ryantm
2025-06-05 18:37:18 +00:00
parent 2377a24e8d
commit b0af966fa8
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.16.1";
version = "3.16.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${version}";
hash = "sha256-IqkzMbWc8GiSo00sMrTugE+G552769WFz+GJbYIPOvs=";
hash = "sha256-07dCSwRLIf/cmNsFuNHs9XXFGuJvwUNWgLuxRsMOXo4=";
};
pythonRelaxDeps = true;