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

flexget: 3.3.13 -> 3.3.14
This commit is contained in:
Mario Rodas 2022-05-25 22:52:56 -05:00 committed by GitHub
commit f55a73b4fd
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.13";
version = "3.3.14";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
hash = "sha256-QfsHVP2FIp2kn6blKbeerNxUOWXbxpgRkSBGorViVYs=";
hash = "sha256-v52QVyd2Rl1nixKD1TY1YQaSPKRsbw4BCtfRly9aMrM=";
};
postPatch = ''