Merge pull request #122342 from marsam/update-flexget

flexget: 3.1.116 -> 3.1.121
This commit is contained in:
Mario Rodas 2021-05-09 17:33:18 -05:00 committed by GitHub
commit 719ac402b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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