flexget: 3.11.48 -> 3.11.49
Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.11.49
This commit is contained in:
parent
2e8caf6ac6
commit
49e28ceafc
@ -5,7 +5,7 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "flexget";
|
||||
version = "3.11.48";
|
||||
version = "3.11.49";
|
||||
pyproject = true;
|
||||
|
||||
# Fetch from GitHub in order to use `requirements.in`
|
||||
@ -13,7 +13,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
owner = "Flexget";
|
||||
repo = "Flexget";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-EgRV0xRBgPInYbU9ZqJEyrbD58DIm2mYPRDSN6vrnjo=";
|
||||
hash = "sha256-/c6nJNIo6gqeANftbtuOatU+JGYXdMQgrPI0/EdH9LI=";
|
||||
};
|
||||
|
||||
# relax dep constrains, keep environment constraints
|
||||
|
Loading…
Reference in New Issue
Block a user