flexget: 3.9.18 -> 3.10.1
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.9.18...v3.10.1 Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.10.1
This commit is contained in:
parent
03bff322cd
commit
ba84ea45ac
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ let
|
|||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "flexget";
|
||||
version = "3.9.18";
|
||||
version = "3.10.1";
|
||||
format = "pyproject";
|
||||
|
||||
# Fetch from GitHub in order to use `requirements.in`
|
||||
|
@ -32,7 +32,7 @@ python.pkgs.buildPythonApplication rec {
|
|||
owner = "Flexget";
|
||||
repo = "Flexget";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Wxi6+6c/PK990YCoFKBMxJbYgMkS9y46hNIlkVhjbA4=";
|
||||
hash = "sha256-4r+PADMUpyvWNvA7MSgjx1VcCJKrYJLyvEn9esZKCRw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue