Unverified Commit 7b71a86c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

flexget: 3.5.13 -> 3.5.15
parents 64bf8c69 e389394c
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.13";
  version = "3.5.16";
  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-0yO4prnYJkD7eiyrEOPHlDTsgGgRhQujsp8k2FsLYKI=";
    hash = "sha256-9hcl7OZLi86hZHLotsN1QlPzQ1Ep5vJumAyZxSxxIE8=";
  };

  postPatch = ''