Skip to content

Commit

Permalink
flexget: 3.11.49 -> 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 5, 2024
1 parent af327b3 commit 6cf39d3
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 @@ -5,15 +5,15 @@

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

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

# relax dep constrains, keep environment constraints
Expand Down

0 comments on commit 6cf39d3

Please sign in to comment.