Merge pull request #240225 from leona-ya/paperless-1-16-5

This commit is contained in:
Sandro 2023-06-29 14:43:36 +02:00 committed by GitHub
commit 81bdbd2525
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -17,13 +17,13 @@
}:
let
version = "1.16.3";
version = "1.16.5";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-DudTg7d92/9WwaPtr2PrvojcGxZ8z3Z2oYA0LcrkxZI=";
hash = "sha256-suwXFqq3QSdY0KzSpr6NKPwm6xtMBR8aP5VV3XTynqI=";
};
# Use specific package versions required by paperless-ngx
@ -130,6 +130,7 @@ python.pkgs.buildPythonApplication rec {
h11
hiredis
httptools
httpx
humanfriendly
humanize
hyperlink

View file

@ -7,7 +7,7 @@
}:
buildPythonPackage rec {
pname = "tika-client";
version = "0.1.1";
version = "0.2.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "stumpylog";
repo = "tika-client";
rev = version;
hash = "sha256-QVNUOL0BWSxIkuKPWrKnWDupqn6bQ40G4Nd+ctb41Xw=";
hash = "sha256-ApKj+Lo3bG6bkgyYBwfY+4uodcGB/bupoGwZdSkizQE=";
};
propagatedBuildInputs = [