paperless-ngx: 2.18.1 -> 2.28.2 (#436256)
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user