Skip to content

Commit 7a47bcc

Browse files
authored
flexget: 3.15.7 -> 3.15.19 (#386467)
2 parents b6a6bd6 + 5b6318d commit 7a47bcc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/by-name/fl/flexget/package.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "flexget";
10-
version = "3.15.7";
10+
version = "3.15.19";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "Flexget";
1515
repo = "Flexget";
1616
tag = "v${version}";
17-
hash = "sha256-vMg4HimS+/QSbuwwVfKAroux8VHrKsm1wPGZDWN33g8=";
17+
hash = "sha256-4YfBTlmwWFfSMjFA2FIRB6gNQ+BNKQNZIWmzageV1RM=";
1818
};
1919

2020
pythonRelaxDeps = true;
@@ -49,6 +49,7 @@ python3Packages.buildPythonApplication rec {
4949
rpyc
5050
sqlalchemy
5151
zstandard
52+
pillow
5253

5354
# WebUI requirements
5455
cherrypy
@@ -100,6 +101,7 @@ python3Packages.buildPythonApplication rec {
100101
nativeCheckInputs = [
101102
python3Packages.pytestCheckHook
102103
python3Packages.pytest-vcr
104+
python3Packages.pytest-xdist
103105
python3Packages.paramiko
104106
];
105107

0 commit comments

Comments
 (0)