Merge pull request #79566 from marsam/update-flexget

flexget: 3.1.18 -> 3.1.21
This commit is contained in:
Mario Rodas 2020-02-08 18:18:12 -05:00 committed by GitHub
commit a6245439a0

View File

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