flexget: 3.10.6 -> 3.11.2
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.10.6...v3.11.2 Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.11.2
This commit is contained in:
parent
420b97bf42
commit
2c22ab16b3
@ -24,15 +24,15 @@ let
|
|||||||
in
|
in
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "flexget";
|
pname = "flexget";
|
||||||
version = "3.10.6";
|
version = "3.11.2";
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
# Fetch from GitHub in order to use `requirements.in`
|
# Fetch from GitHub in order to use `requirements.in`
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Flexget";
|
owner = "Flexget";
|
||||||
repo = "Flexget";
|
repo = "Flexget";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-cDfeSCG+L8ALCC2CdfKIPzqMrWtwwN6KSvZS5n8rdXQ=";
|
hash = "sha256-IM3qVn+XAv0EvRYc7ujMU4NPly5IaxF0efHAgI/lyms=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -60,6 +60,7 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
loguru
|
loguru
|
||||||
more-itertools
|
more-itertools
|
||||||
packaging
|
packaging
|
||||||
|
pendulum
|
||||||
psutil
|
psutil
|
||||||
pynzb
|
pynzb
|
||||||
pyrsistent
|
pyrsistent
|
||||||
|
Loading…
Reference in New Issue
Block a user