Unverified Commit 73d4a60d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #215903 from r-ryantm/auto-update/flexget

flexget: 3.5.21 -> 3.5.22
parents eafe7ce7 493b9dc6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

python3Packages.buildPythonApplication rec {
  pname = "flexget";
  version = "3.5.21";
  version = "3.5.22";
  format = "pyproject";

  # Fetch from GitHub in order to use `requirements.in`
@@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
    owner = "flexget";
    repo = "flexget";
    rev = "refs/tags/v${version}";
    hash = "sha256-VVZvr0h98bWJW9FNFr3/pw7pSqF62hCnr6iv9xSzXf8=";
    hash = "sha256-I+7fTSyw5oKrad6HMxhex2wI4JLXDtoxHL4pxO3w2l8=";
  };

  postPatch = ''