paperless-ngx: pin django_5_1

This commit is contained in:
Robert Schütz
2025-06-11 23:21:41 -07:00
parent 611b1e21e1
commit f6f5cf8b93
+1 -1
View File
@@ -38,7 +38,7 @@ let
python = python3.override {
self = python;
packageOverrides = final: prev: {
django = prev.django_5;
django = prev.django_5_1;
# tesseract5 may be overwritten in the paperless module and we need to propagate that to make the closure reduction effective
ocrmypdf = prev.ocrmypdf.override { tesseract = tesseract5; };