Merge pull request #79200 from marsam/update-flexget

flexget: 3.1.13 -> 3.1.18
This commit is contained in:
Mario Rodas 2020-02-04 03:14:59 -05:00 committed by GitHub
commit 3267ed0853
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.13";
version = "3.1.18";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "51215f71ed2d2666313c7965a2b22b5463b4a51f319d64db61f6a4fd221e124e";
sha256 = "34be4ac61dbb5699cfbc9db8bf4f4be15a63164d9006d8ac7c488278d00baa62";
};
postPatch = ''