Merge pull request #154018 from r-ryantm/auto-update/flexget

flexget: 3.2.7 -> 3.2.8
This commit is contained in:
Fabian Affolter 2022-01-09 00:36:51 +01:00 committed by GitHub
commit 6f36a2373d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.2.7";
version = "3.2.8";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "v${version}";
sha256 = "12nj1jcxbkpc0x59rg59fsryignpppsx0wiwncdv6fzr58pdhd3v";
sha256 = "0hr19f678pyd7mnzclfv7imh9s2m01k92dza1csyfacclvri8m07";
};
postPatch = ''