flexget: 3.16.12 -> 3.16.13

This commit is contained in:
R. Ryantm
2025-07-14 03:03:01 +00:00
parent f68666ff27
commit 01c5d3d64f
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.16.12";
version = "3.16.13";
pyproject = true;
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${version}";
hash = "sha256-0JXJrW/3RKisrasxI1ina43GYwHcpqjbhb/OpaoIVyg=";
hash = "sha256-RtDb/irvZe/v4aXcn0Vfo3pa7alvLWtP3x3vwR4og5s=";
};
pythonRelaxDeps = true;