Merge pull request #131516 from fabaff/bump-flexget

flexget: 3.1.131 -> 3.1.133
This commit is contained in:
Mario Rodas 2021-07-25 17:41:59 -05:00 committed by GitHub
commit 8c90a87418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.1.131";
version = "3.1.133";
src = python3Packages.fetchPypi {
pname = "FlexGet";
inherit version;
sha256 = "sha256-wjMtCrffRhk7NL+Z0PeljuDc3WjVWSMsjWLbqo8qUjU=";
sha256 = "1mfmy2nbxx9k6hnhwxpf2062rwspigfhbvkpr161grd5amcs2cr6";
};
postPatch = ''