Merge pull request #119745 from marsam/update-flexget

flexget: 3.1.106 -> 3.1.110
This commit is contained in:
Sandro 2021-04-17 23:53:44 +02:00 committed by GitHub
commit 744f5ff79a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "FlexGet";
version = "3.1.106";
version = "3.1.110";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "f0ff300a1762d701b77eb16142dcc13d9d099bbed695f1e950392c1d1bb988eb";
sha256 = "e8642dcbbfe941e2d2def7bf2e28889082a78c1d041edb33dae180036832a96b";
};
postPatch = ''