Skip to content

Commit

Permalink
flexget: 3.12.1 -> 3.13.2 (#366074)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Dec 20, 2024
2 parents 7071342 + 12ee821 commit f317133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fl/flexget/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

python3.pkgs.buildPythonApplication rec {
pname = "flexget";
version = "3.12.1";
version = "3.13.2";
pyproject = true;

# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
rev = "refs/tags/v${version}";
hash = "sha256-rW5ZFxpVoRTy257mo2LoX5Af12ZMyIGVzFCPwF5OF/c=";
tag = "v${version}";
hash = "sha256-UjKYHZwAOOv3Adj13r2zJkVmxwEpJLQk87UslddX9Qk=";
};

# relax dep constrains, keep environment constraints
Expand Down

0 comments on commit f317133

Please sign in to comment.