python312Packages.tika-client: 0.7.0 -> 0.8.1

This commit is contained in:
R. Ryantm
2024-12-27 04:48:28 +00:00
parent 162b4bf7b3
commit dee63cb9ec
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "tika-client";
version = "0.7.0";
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,8 +17,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "stumpylog";
repo = "tika-client";
rev = "refs/tags/${version}";
hash = "sha256-0cv2HaquIUQOb5CPkCxSYvXDzu3OV7WKIT80jI+pjpY=";
tag = version;
hash = "sha256-UXd6GnwwFVUbBXhskBXDQaYlURQyrhgvMsncOwaLT1o=";
};
build-system = [ hatchling ];