Unverified Commit 3b17b05c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #321312 from pbsds/bump-flexget-1718906374

flexget: 3.11.37 -> 3.11.39
parents 60c7a3e6 e3a88cd5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "flexget";
  version = "3.11.37";
  version = "3.11.39";
  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-bZd/iLEGF5+Zt4kKAvUmjHiPKA1v1FWf5/BEcsLy9MU=";
    hash = "sha256-saNxs+Xdf6OTRRcMTceU8/ITcYzwtP8VqRKxsWyas+o=";
  };

  postPatch = ''