python3Packages.tika-client: 0.1.0 -> 0.1.1

This commit is contained in:
Leona Maroni 2023-06-22 20:16:27 +02:00
parent 2146b9e3e6
commit 3f2f5bd9e6
No known key found for this signature in database
GPG Key ID: D5B08ADFC75E3605

View File

@ -7,7 +7,7 @@
}:
buildPythonPackage rec {
pname = "tika-client";
version = "0.1.0";
version = "0.1.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "stumpylog";
repo = "tika-client";
rev = version;
hash = "sha256-c/4zoXxxrKA5uIz0esdNBmX1DYOiXrkCH1ePGUpEXRY=";
hash = "sha256-QVNUOL0BWSxIkuKPWrKnWDupqn6bQ40G4Nd+ctb41Xw=";
};
propagatedBuildInputs = [