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

This commit is contained in:
Leona Maroni
2025-08-24 21:13:19 +02:00
committed by GitHub
+2 -10
View File
@@ -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 =