flexget: 3.15.32 -> 3.15.37

This commit is contained in:
R. Ryantm
2025-04-23 21:34:06 +00:00
parent 3222945627
commit 711e70a885
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.15.32";
version = "3.15.37";
pyproject = true;
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${version}";
hash = "sha256-jKjsqj5q3egjyRzISW4UXpTpxq9QeqUQMfJ0wjC1PsQ=";
hash = "sha256-g/RFU2HT4SjiexbfBFkYp7N3qqvoBxJiIwxZQ3+//5s=";
};
pythonRelaxDeps = true;