flexget: 3.15.30 -> 3.15.31

This commit is contained in:
R. Ryantm
2025-04-05 05:04:29 +00:00
parent effac2a662
commit 4f2389c5f7
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.15.30";
version = "3.15.31";
pyproject = true;
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${version}";
hash = "sha256-iGEGQxzvyyOeL/v0j1TiAjx2fa2tCZeRJ7VQByWpxJg=";
hash = "sha256-Q1o7jSFvwTD9qPXst6J9Vg/pY9olEPSUegBHOZueDEk=";
};
pythonRelaxDeps = true;