Skip to content

Commit

Permalink
flexget: 3.13.5 -> 3.13.6 (NixOS#370951)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Jan 8, 2025
2 parents c45cf01 + 21a5a0a commit da76b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fl/flexget/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.13.5";
version = "3.13.6";
pyproject = true;

# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${version}";
hash = "sha256-R6E5NWnrnezJsDm+Nnqgibv4e6mXVrOrKaCl/MBqUnY=";
hash = "sha256-I6AQtoGk/YUDM5DzegvLi8QmVvoma16zJGZ8BMUUN3c=";
};

# relax dep constrains, keep environment constraints
Expand Down

0 comments on commit da76b63

Please sign in to comment.