File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
development/python-modules/imap-tools Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2626 xorg ,
2727} :
2828let
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"
Original file line number Diff line number Diff line change 88
99buildPythonPackage 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 ] ;
You can’t perform that action at this time.
0 commit comments