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

flexget: 3.3.35 -> 3.3.37
This commit is contained in:
Fabian Affolter 2022-10-18 23:13:55 +02:00 committed by GitHub
commit 517da22b4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.3.35";
version = "3.3.37";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
hash = "sha256-CVWeTjigfIrCFa9OZRfA4QWZArA2vkA6psITRFMKr4o=";
hash = "sha256-9rNdl76taviGfy5va3VLmZpqH2nErAMhOg2gQQCfJyI=";
};
postPatch = ''