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

flexget: 3.1.135 -> 3.1.136
This commit is contained in:
Mario Rodas 2021-09-02 21:49:46 -05:00 committed by GitHub
commit 87012577f8
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.1.135";
version = "3.1.136";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "v${version}";
sha256 = "01qj9pp3b7qxpv1yzak4ql1d95dq6611crpp4y5z44mg5gmbql7g";
sha256 = "058sja2miwhr6lx5j8r9d97k4ywh6dsxd05nb5w19z6a0sq1vmyb";
};
postPatch = ''