From fd25a49ca9f8f457f03378c621ed2dc09e3c234e Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Thu, 10 Dec 2020 04:20:00 +0000 Subject: [PATCH] flexget: 3.1.71 -> 3.1.91 --- pkgs/applications/networking/flexget/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index d6a253efdaa..8ef1a690441 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -2,11 +2,11 @@ python3Packages.buildPythonApplication rec { pname = "FlexGet"; - version = "3.1.71"; + version = "3.1.91"; src = python3Packages.fetchPypi { inherit pname version; - sha256 = "4c25d8733c8eb54c7d3ce60a17d8020049fb137b796e5ada9d15f41cdd0e1655"; + sha256 = "5d6668dd9721b60738ea44c616fcdee6210f7ef52b461eb13b77091caef4a832"; }; postPatch = '' @@ -26,6 +26,7 @@ python3Packages.buildPythonApplication rec { APScheduler beautifulsoup4 cherrypy + colorama colorclass feedparser flask-compress @@ -49,6 +50,7 @@ python3Packages.buildPythonApplication rec { rebulk requests rpyc + sgmllib3k sqlalchemy terminaltables zxcvbn