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

flexget: 3.1.136 -> 3.1.137
This commit is contained in:
Mario Rodas 2021-09-08 20:43:21 -05:00 committed by GitHub
commit dbf66bf852
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.136";
version = "3.1.137";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "v${version}";
sha256 = "058sja2miwhr6lx5j8r9d97k4ywh6dsxd05nb5w19z6a0sq1vmyb";
sha256 = "15zl97laijn42rhh524rfb3h1rky461hwfnlny2maa3h61889xrv";
};
postPatch = ''