flexget: 3.1.71 -> 3.1.91

This commit is contained in:
Mario Rodas 2020-12-10 04:20:00 +00:00
parent cc9c82074e
commit fd25a49ca9

View file

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "FlexGet"; pname = "FlexGet";
version = "3.1.71"; version = "3.1.91";
src = python3Packages.fetchPypi { src = python3Packages.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "4c25d8733c8eb54c7d3ce60a17d8020049fb137b796e5ada9d15f41cdd0e1655"; sha256 = "5d6668dd9721b60738ea44c616fcdee6210f7ef52b461eb13b77091caef4a832";
}; };
postPatch = '' postPatch = ''
@ -26,6 +26,7 @@ python3Packages.buildPythonApplication rec {
APScheduler APScheduler
beautifulsoup4 beautifulsoup4
cherrypy cherrypy
colorama
colorclass colorclass
feedparser feedparser
flask-compress flask-compress
@ -49,6 +50,7 @@ python3Packages.buildPythonApplication rec {
rebulk rebulk
requests requests
rpyc rpyc
sgmllib3k
sqlalchemy sqlalchemy
terminaltables terminaltables
zxcvbn zxcvbn