Unverified Commit 7a47bcc5 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

flexget: 3.15.7 -> 3.15.19 (#386467)

parents b6a6bd6b 5b6318d2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "flexget";
  version = "3.15.7";
  version = "3.15.19";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Flexget";
    repo = "Flexget";
    tag = "v${version}";
    hash = "sha256-vMg4HimS+/QSbuwwVfKAroux8VHrKsm1wPGZDWN33g8=";
    hash = "sha256-4YfBTlmwWFfSMjFA2FIRB6gNQ+BNKQNZIWmzageV1RM=";
  };

  pythonRelaxDeps = true;
@@ -49,6 +49,7 @@ python3Packages.buildPythonApplication rec {
    rpyc
    sqlalchemy
    zstandard
    pillow

    # WebUI requirements
    cherrypy
@@ -100,6 +101,7 @@ python3Packages.buildPythonApplication rec {
  nativeCheckInputs = [
    python3Packages.pytestCheckHook
    python3Packages.pytest-vcr
    python3Packages.pytest-xdist
    python3Packages.paramiko
  ];