Skip to content

Commit 4920c34

Browse files
authored
python313Packages.imap-tools: 1.9.0 -> 1.9.1, paperless-ngx: 2.14.5 -> 2.14.6 (#375682)
2 parents 1194a14 + af7b39a commit 4920c34

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pkgs/by-name/pa/paperless-ngx/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
xorg,
2727
}:
2828
let
29-
version = "2.14.5";
29+
version = "2.14.6";
3030

3131
src = fetchFromGitHub {
3232
owner = "paperless-ngx";
3333
repo = "paperless-ngx";
3434
tag = "v${version}";
35-
hash = "sha256-ML38TErINQPjBGweCY673zFlGEjTjgJcYJTJUbTov+4=";
35+
hash = "sha256-wBm4+ohM9v25n6zEUAeaVU6mAmB3GR8n1kDYyTBlnjM=";
3636
};
3737

3838
# subpath installation is broken with uvicorn >= 0.26
@@ -283,6 +283,7 @@ python.pkgs.buildPythonApplication rec {
283283
# FileNotFoundError(2, 'No such file or directory'): /build/tmp...
284284
"test_script_with_output"
285285
"test_script_exit_non_zero"
286+
"testDocumentPageCountMigrated"
286287
# AssertionError: 10 != 4 (timezone/time issue)
287288
# Due to getting local time from modification date in test_consumer.py
288289
"testNormalOperation"

pkgs/development/python-modules/imap-tools/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "imap-tools";
11-
version = "1.9.0";
11+
version = "1.9.1";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "ikvk";
1616
repo = "imap_tools";
1717
tag = "v${version}";
18-
hash = "sha256-2frJqHKIOuERC8G6fJwJOdxcWHRQRRy1BxfZDrVhXEU=";
18+
hash = "sha256-tlShiI90PAbWztrL5PgmE1D+/h6bUoSxAHxwGlQHvus=";
1919
};
2020

2121
build-system = [ setuptools ];

0 commit comments

Comments
 (0)