From ca8482a6a72676487bee5b8a2ef97f8200c7342d Mon Sep 17 00:00:00 2001 From: Flakebi Date: Mon, 23 Aug 2021 23:27:57 +0200 Subject: [PATCH] paperless-ng: 1.4.5 -> 1.5.0 --- pkgs/applications/office/paperless-ng/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/office/paperless-ng/default.nix b/pkgs/applications/office/paperless-ng/default.nix index 66a548545b3e..e84b3c794433 100644 --- a/pkgs/applications/office/paperless-ng/default.nix +++ b/pkgs/applications/office/paperless-ng/default.nix @@ -40,20 +40,18 @@ let in py.pkgs.pythonPackages.buildPythonApplication rec { pname = "paperless-ng"; - version = "1.4.5"; + version = "1.5.0"; src = fetchurl { url = "https://github.com/jonaswinkler/paperless-ng/releases/download/ng-${version}/${pname}-${version}.tar.xz"; - sha256 = "2PJb8j3oimlfiJ3gqjK6uTemzFdtAP2Mlm5RH09bx/E="; + sha256 = "oVSq0AWksuWC81MF5xiZ6ZbdKKtqqphmL+xIzJLaDMw="; }; format = "other"; # Make bind address configurable - # Fix tests with Pillow 8.3.1: https://github.com/jonaswinkler/paperless-ng/pull/1183 - prePatch = '' + postPatch = '' substituteInPlace gunicorn.conf.py --replace "bind = '0.0.0.0:8000'" "" - substituteInPlace src/paperless_tesseract/parsers.py --replace "return x" "return round(x)" ''; propagatedBuildInputs = with py.pkgs.pythonPackages; [