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

flexget: 3.2.4 -> 3.2.6
This commit is contained in:
Mario Rodas 2021-12-18 11:23:58 -05:00 committed by GitHub
commit 8586bfb850
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.4";
version = "3.2.6";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "v${version}";
sha256 = "sha256-kwvZvIu+uACI2vBBy9eVuLLJlv1evUJ/4gI6rx1NW/g=";
sha256 = "0cwzhk1w2wpf33cqbnrzckqy91b58qqpnkmh5nxv02z6fl7psmbh";
};
postPatch = ''