Skip to content

Commit

Permalink
python312Packages.tika-client: 0.7.0 -> 0.8.1 (NixOS#368488)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 2, 2025
2 parents 5b68fec + 040ef3e commit 3c8bf53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/tika-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 3c8bf53

Please sign in to comment.