From 1578d8d3f8ca1f07f6d6a3dd4d478f502d56356e Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 9 May 2021 04:20:00 +0000 Subject: [PATCH] flexget: 3.1.116 -> 3.1.121 --- pkgs/applications/networking/flexget/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index 592c5282cd1..5d1f055e894 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.116"; + version = "3.1.121"; src = python3Packages.fetchPypi { inherit pname version; - sha256 = "6372b36495ae023bd64ce28ca649feba54b060ed8f0a5f606a4845974e834493"; + sha256 = "91270a51ed29e4a578c7549ebd01665f4bcf49bf7773a15db27f4ccb13659e00"; }; postPatch = '' @@ -35,6 +35,7 @@ python3Packages.buildPythonApplication rec { flask-restful flask-restx flask + greenlet guessit html5lib jinja2