paperless-ngx: 2.18.4 -> 2.19.0

https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.19.0
This commit is contained in:
Leona Maroni
2025-10-22 15:13:44 +02:00
parent 997e93908a
commit d28f7498c9
+6 -6
View File
@@ -28,13 +28,13 @@
xorg,
}:
let
version = "2.18.4";
version = "2.19.0";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
tag = "v${version}";
hash = "sha256-sQ5laFO6DSg+4tF9jk2yuV0q2Vp7VC/+hu2XrVj8/bY=";
hash = "sha256-t2T42K+F3PaMfNDFa3NF/rAcG6izKTXMIzgD68WdVFE=";
};
python = python3.override {
@@ -80,7 +80,7 @@ let
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 2;
hash = "sha256-fs9a2uI/TnWalQ/qRb6m4d1CsU7O6VYCJMz2xWLdC0I=";
hash = "sha256-AJp796oO8qOltPKndOXlLx1luCOfzsRSFscCUCe6MZo=";
};
nativeBuildInputs = [
@@ -168,10 +168,9 @@ python.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"django-allauth"
"django-guardian"
"django-cors-headers"
"drf-spectacular-sidecar"
"filelock"
"ocrmypdf"
"rapidfuzz"
"redis"
];
@@ -207,6 +206,7 @@ python.pkgs.buildPythonApplication rec {
django-guardian
django-multiselectfield
django-soft-delete
django-treenode
djangorestframework
djangorestframework-guardian
drf-spectacular