summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeona Maroni <dev@leona.is>2023-08-25 11:19:08 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-08-26 01:22:53 +0000
commit5858f2abc4b8645a0c0298c7b85fb9a12c8fe5a5 (patch)
tree70188d4f93e476e16e12047b9717c29e6ab4fda5
parentMerge pull request #251488 from NixOS/backport-251429-to-release-23.05 (diff)
downloadnixpkgs-origin/backport-251338-to-release-23.05.tar.gz
paperless-ngx: 1.17.0 -> 1.17.2origin/backport-251338-to-release-23.05
(cherry picked from commit 75e7ecdb37c91190b4e0dcd925d4b7ae3bce24ba)
-rw-r--r--pkgs/applications/office/paperless-ngx/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix
index e100a12202e0..e828f77ed89d 100644
--- a/pkgs/applications/office/paperless-ngx/default.nix
+++ b/pkgs/applications/office/paperless-ngx/default.nix
@@ -17,13 +17,13 @@
}:
let
- version = "1.17.0";
+ version = "1.17.2";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
- hash = "sha256-Zv+5DMviBGyc24R+qcAlvjko7wH+Gturvw5nzFJlIfk=";
+ hash = "sha256-/0Ml3NRTghqNykB1RZfqDW9TtENnSRM7wqG7Vn4Kl04=";
};
# Use specific package versions required by paperless-ngx
@@ -49,7 +49,7 @@ let
pname = "paperless-ngx-frontend";
inherit version src;
- npmDepsHash = "sha256-J8oUDvcJ0fawTv9L1B9hw8l47UZvOCj16jUF+83W8W8=";
+ npmDepsHash = "sha256-6EvC9Ka8gl0eRgJtHooB3yQNVGYzuH/WRga4AtzQ0EY=";
nativeBuildInputs = [
python3
@@ -244,6 +244,7 @@ python.pkgs.buildPythonApplication rec {
pytest-django
pytest-env
pytest-httpx
+ pytest-rerunfailures
pytest-xdist
pytestCheckHook
reportlab