Merge pull request #255058 from marsam/update-flexget

flexget: 3.9.7 -> 3.9.9

authored by

Mario Rodas and committed by
GitHub
afdd9aa4 bbe03eef

+2 -2
+2 -2
pkgs/applications/networking/flexget/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "flexget"; 9 - version = "3.9.7"; 9 + version = "3.9.9"; 10 10 format = "pyproject"; 11 11 12 12 # Fetch from GitHub in order to use `requirements.in` ··· 14 14 owner = "Flexget"; 15 15 repo = "Flexget"; 16 16 rev = "refs/tags/v${version}"; 17 - hash = "sha256-UDh5rEcnuoiXjxYZqh0KJXi02M3xjwXGNKhrEBrLtCs="; 17 + hash = "sha256-kZ+RHkqmmRd7Ew5u8/SQADzOUa9YwCsj+nmtthCDlDw="; 18 18 }; 19 19 20 20 postPatch = ''