python3Packages.tika-client: 0.9.0 -> 0.10.0

https://github.com/stumpylog/tika-client/blob/0.10.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:29 +02:00
parent 80fabd448e
commit a256d9ece9
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "tika-client";
version = "0.9.0";
version = "0.10.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "stumpylog";
repo = "tika-client";
tag = version;
hash = "sha256-lg6syUbEbPb70iBa4lw5fVN8cvfWY3bkG2jNGxxNLDo=";
hash = "sha256-XYyMp+02lWzE+3Txr+shVGVwalLEJHvoy988tA7SWgY=";
};
build-system = [ hatchling ];