python311Packages.tika-client: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm 2023-11-08 19:49:02 +00:00
parent eb2f8aa686
commit 7181a0855c

View File

@ -7,7 +7,7 @@
}:
buildPythonPackage rec {
pname = "tika-client";
version = "0.4.0";
version = "0.5.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "stumpylog";
repo = "tika-client";
rev = "refs/tags/${version}";
hash = "sha256-yp9Wxc5RUZYhv2RxQwImZGqqoQmtZEkfEmj40ilxhQM=";
hash = "sha256-fFibRF3SoDOje6M9YmZI0dwYVn/cvgXqmClvqvNy5f8=";
};
propagatedBuildInputs = [