python3Packages.tika-client: 0.1.1 -> 0.2.0

This commit is contained in:
Leona Maroni 2023-06-28 01:39:58 +02:00
parent 4b14ab2a91
commit f96adcdd7d
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.1";
version = "0.2.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "stumpylog";
repo = "tika-client";
rev = version;
hash = "sha256-QVNUOL0BWSxIkuKPWrKnWDupqn6bQ40G4Nd+ctb41Xw=";
hash = "sha256-ApKj+Lo3bG6bkgyYBwfY+4uodcGB/bupoGwZdSkizQE=";
};
propagatedBuildInputs = [