Merge pull request #224995 from marsam/update-flexget

flexget: 3.5.33 -> 3.5.36
This commit is contained in:
Mario Rodas 2023-04-07 06:50:58 -05:00 committed by GitHub
commit f8bfcd0594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "flexget";
version = "3.5.33";
version = "3.5.36";
format = "pyproject";
# Fetch from GitHub in order to use `requirements.in`
@ -39,7 +39,7 @@ python.pkgs.buildPythonApplication rec {
owner = "Flexget";
repo = "Flexget";
rev = "refs/tags/v${version}";
hash = "sha256-LzDXNl2IQ3+j9uP+nE6JS8E+pO0n9zwmA7wrMeKR6Ms=";
hash = "sha256-Aj3dOdZTpqBocBFySPZjvjeOZs7eAJeKqm7ykh0Y1CE=";
};
postPatch = ''