Merge pull request #122342 from marsam/update-flexget
flexget: 3.1.116 -> 3.1.121
This commit is contained in:
commit
719ac402b1
1 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "FlexGet";
|
pname = "FlexGet";
|
||||||
version = "3.1.116";
|
version = "3.1.121";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "6372b36495ae023bd64ce28ca649feba54b060ed8f0a5f606a4845974e834493";
|
sha256 = "91270a51ed29e4a578c7549ebd01665f4bcf49bf7773a15db27f4ccb13659e00";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -35,6 +35,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
flask-restful
|
flask-restful
|
||||||
flask-restx
|
flask-restx
|
||||||
flask
|
flask
|
||||||
|
greenlet
|
||||||
guessit
|
guessit
|
||||||
html5lib
|
html5lib
|
||||||
jinja2
|
jinja2
|
||||||
|
|
Loading…
Reference in a new issue