flexget: 3.1.18 -> 3.1.21

This commit is contained in:
Mario Rodas 2020-02-08 04:20:00 -05:00
parent 0d5411fc6d
commit 75650a5ad1
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "FlexGet";
version = "3.1.18";
version = "3.1.21";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "34be4ac61dbb5699cfbc9db8bf4f4be15a63164d9006d8ac7c488278d00baa62";
sha256 = "ea2c9225bbf565215fc97eed97e718f426b4b7b3c8628bbd8edcc96e7bfe7e4e";
};
postPatch = ''