Unverified Commit 1bda23e1 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

paperless-ngx: 2.18.1 -> 2.28.2 (#436256)

parents 8a36e805 c29a92fb
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@
  xorg,
}:
let
  version = "2.18.1";
  version = "2.18.2";

  src = fetchFromGitHub {
    owner = "paperless-ngx";
    repo = "paperless-ngx";
    tag = "v${version}";
    hash = "sha256-POHF00cV8pl6i1rcwxtZ+Q1AlLybDj6gSlL0lPwSSCo=";
    hash = "sha256-JaDeOiubu9VE8E/u2K9BS7GLNSTqXTcX926WhPMGd64=";
  };

  python = python3.override {
@@ -168,16 +168,8 @@ python.pkgs.buildPythonApplication rec {
  ];

  pythonRelaxDeps = [
    "django"
    "django-allauth"
    "django-auditlog"
    "django-guardian"
    "django-multiselectfield"
    "imap-tools"
    "pathvalidate"
    "redis"
    "scikit-learn"
    "tika-client"
  ];

  dependencies =