flexget: 3.13.6 -> 3.13.10

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.13.10
This commit is contained in:
Peder Bergebakken Sundt
2025-01-09 22:28:40 +01:00
parent 156eeac81b
commit 90f8d2e2aa
+6 -5
View File
@@ -7,21 +7,22 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.13.6";
version = "3.13.10";
pyproject = true;
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${version}";
hash = "sha256-I6AQtoGk/YUDM5DzegvLi8QmVvoma16zJGZ8BMUUN3c=";
hash = "sha256-WiCWvANsVi0j0AWt5mcYTVBKW7BHBZP2ozfMeaAOKeE=";
};
# relax dep constrains, keep environment constraints
pythonRelaxDeps = true;
build-system = with python3Packages; [ setuptools ];
build-system = with python3Packages; [
hatchling
hatch-requirements-txt
];
dependencies = with python3Packages; [
# See https://github.com/Flexget/Flexget/blob/master/pyproject.toml