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

flexget: 3.5.10 -> 3.5.11
This commit is contained in:
Fabian Affolter
2022-12-16 10:41:30 +01:00
committed by GitHub
@@ -5,7 +5,7 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.5.10";
version = "3.5.11";
format = "pyproject";
# Fetch from GitHub in order to use `requirements.in`
@@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
hash = "sha256-vxwhqbupXr0Kj3+HeXBrI2pfvr+ClaVlCblva+gq0/k=";
hash = "sha256-KGeTzERLlsrBHQxskrMhFHw9XyYyl33bJJK+SN++EU4=";
};
postPatch = ''