Merge pull request #277231 from marsam/update-flexget

flexget: 3.10.6 -> 3.11.2
This commit is contained in:
Mario Rodas
2023-12-28 07:22:48 -05:00
committed by GitHub
@@ -24,15 +24,15 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "flexget";
version = "3.10.6";
format = "pyproject";
version = "3.11.2";
pyproject = true;
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
rev = "refs/tags/v${version}";
hash = "sha256-cDfeSCG+L8ALCC2CdfKIPzqMrWtwwN6KSvZS5n8rdXQ=";
hash = "sha256-IM3qVn+XAv0EvRYc7ujMU4NPly5IaxF0efHAgI/lyms=";
};
postPatch = ''
@@ -60,6 +60,7 @@ python.pkgs.buildPythonApplication rec {
loguru
more-itertools
packaging
pendulum
psutil
pynzb
pyrsistent