Merge pull request #80493 from marsam/update-flexget

flexget: 3.1.21 -> 3.1.26
This commit is contained in:
Mario Rodas 2020-02-19 08:13:19 -05:00 committed by GitHub
commit 671c8d94d6
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.21";
version = "3.1.26";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "ea2c9225bbf565215fc97eed97e718f426b4b7b3c8628bbd8edcc96e7bfe7e4e";
sha256 = "0bd8ccc9ae8e9fd9d5aa4f61a1a5d8b62ff30257fc0f5b2ec61b2f4b26275eee";
};
postPatch = ''