python312Packages.tika-client: 0.5.0 -> 0.6.0

This commit is contained in:
R. Ryantm 2024-07-19 00:32:54 +00:00
parent 5079f7b926
commit 8cb75d0321

View File

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