python312Packages.tika-client: 0.7.0 -> 0.8.1 (#368488)

This commit is contained in:
Weijia Wang
2025-01-02 19:35:23 +01:00
committed by GitHub
@@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "tika-client";
version = "0.7.0";
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "stumpylog";
repo = "tika-client";
rev = "refs/tags/${version}";
hash = "sha256-0cv2HaquIUQOb5CPkCxSYvXDzu3OV7WKIT80jI+pjpY=";
tag = version;
hash = "sha256-UXd6GnwwFVUbBXhskBXDQaYlURQyrhgvMsncOwaLT1o=";
};
build-system = [ hatchling ];