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

flexget: 3.2.6 -> 3.2.7
This commit is contained in:
Fabian Affolter 2021-12-22 21:50:54 +01:00 committed by GitHub
commit 1685d7e63e
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.6";
version = "3.2.7";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "v${version}";
sha256 = "0cwzhk1w2wpf33cqbnrzckqy91b58qqpnkmh5nxv02z6fl7psmbh";
sha256 = "12nj1jcxbkpc0x59rg59fsryignpppsx0wiwncdv6fzr58pdhd3v";
};
postPatch = ''