Merge pull request #220733 from marsam/update-flexget

flexget: 3.5.27 -> 3.5.30

authored by

Mario Rodas and committed by
GitHub
77a2365e 4c567acd

+6 -2
+6 -2
pkgs/applications/networking/flexget/default.nix
··· 5 5 6 6 python3Packages.buildPythonApplication rec { 7 7 pname = "flexget"; 8 - version = "3.5.27"; 8 + version = "3.5.31"; 9 9 format = "pyproject"; 10 10 11 11 # Fetch from GitHub in order to use `requirements.in` ··· 13 13 owner = "flexget"; 14 14 repo = "flexget"; 15 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-EeQs7WcNpnz2KrgUel9OF9pwW7WzKJrv5pvsZkV4RVg="; 16 + hash = "sha256-v6N1isaTVPwV/LC/a2lzrboLI6V/4W586RE5esfR500="; 17 17 }; 18 18 19 19 postPatch = '' ··· 68 68 69 69 # Plugins requirements 70 70 transmission-rpc 71 + ]; 72 + 73 + pythonImportsCheck = [ 74 + "flexget" 71 75 ]; 72 76 73 77 meta = with lib; {