Merge pull request #89933 from r-ryantm/auto-update/FlexGet

flexget: 3.1.57 -> 3.1.59
This commit is contained in:
Mario Rodas 2020-06-09 18:22:47 -05:00 committed by GitHub
commit eecd52feef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "FlexGet";
version = "3.1.57";
version = "3.1.59";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "661663726f75b12ba2e67db1276a9abf586b41db1ff313488ca35a439ec5d721";
sha256 = "19vp2395sl6gdv54zn0k4vf1j6b902khvm44q5hfr805jd3fc11h";
};
postPatch = ''