File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 77
88python3Packages . 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
You can’t perform that action at this time.
0 commit comments