flexget: 3.19.23 -> 3.19.25

This commit is contained in:
R. Ryantm
2026-06-27 00:03:47 +00:00
parent da86400f73
commit 12d6ae1817
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "flexget";
version = "3.19.23";
version = "3.19.25";
pyproject = true;
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${finalAttrs.version}";
hash = "sha256-r54vFE2FISNge84jaFKL5SGQ41LhEq1YVvoGcKOsi0I=";
hash = "sha256-Nvf0Whoc7KkPZc+TelGHH+q8LG6BorlMXxhhpUL/ox8=";
};
pythonRelaxDeps = true;