Merge pull request #280983 from marsam/update-flexget
flexget: 3.11.2 -> 3.11.8
This commit is contained in:
commit
4fb5dc8dd2
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ let
|
||||||
in
|
in
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "flexget";
|
pname = "flexget";
|
||||||
version = "3.11.2";
|
version = "3.11.8";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
# Fetch from GitHub in order to use `requirements.in`
|
# Fetch from GitHub in order to use `requirements.in`
|
||||||
|
@ -32,7 +32,7 @@ python.pkgs.buildPythonApplication rec {
|
||||||
owner = "Flexget";
|
owner = "Flexget";
|
||||||
repo = "Flexget";
|
repo = "Flexget";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-IM3qVn+XAv0EvRYc7ujMU4NPly5IaxF0efHAgI/lyms=";
|
hash = "sha256-kJLcOk1ci4agSoBO7L1JacVq5G2jTjOj1mh7J8S2D+Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -60,7 +60,7 @@ python.pkgs.buildPythonApplication rec {
|
||||||
loguru
|
loguru
|
||||||
more-itertools
|
more-itertools
|
||||||
packaging
|
packaging
|
||||||
pendulum
|
pendulum_3
|
||||||
psutil
|
psutil
|
||||||
pynzb
|
pynzb
|
||||||
pyrsistent
|
pyrsistent
|
||||||
|
|
Loading…
Reference in a new issue