From 46f8e7bc4a7e6c62a3d589e34cc43a30604c25f3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:14:54 +0200 Subject: [PATCH] python3Packages.tika: 2.6.0 -> 3.1.0 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/tika/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/tika/default.nix b/pkgs/development/python-modules/tika/default.nix index 8d2148523f81..c32ea79f727b 100644 --- a/pkgs/development/python-modules/tika/default.nix +++ b/pkgs/development/python-modules/tika/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "tika"; - version = "2.6.0"; + version = "3.1.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-VmcOuBKUTrJe1z8bOwdapB56E1t0skCCLyi4GeWzc9o="; + hash = "sha256-TDpATD2EZDfJQtam/Xtx1QKFaQ+uVImqim8A/5zND8c="; }; propagatedBuildInputs = [