flexget: 2.14.18 -> 2.14.21 (#47053)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flexget/versions
This commit is contained in:
R. RyanTM 2018-09-28 13:23:46 -07:00 committed by xeji
parent 9b48d87889
commit 99b80a111e

View File

@ -36,11 +36,11 @@ with python'.pkgs;
buildPythonApplication rec {
pname = "FlexGet";
version = "2.14.18";
version = "2.14.21";
src = fetchPypi {
inherit pname version;
sha256 = "1pyvm1d23qy71rg7fzxcal8978kni7sn09zw4s4dsq56g8w80ay9";
sha256 = "08z0pf1g5xp3760da48v9h9hja2j8cgrwkgim156drk259bf5vm2";
};
postPatch = ''