python3Packages.llama-index-readers-txtai: 0.4.1 -> 0.5.0

This commit is contained in:
Fabian Affolter
2026-03-13 13:29:03 +01:00
parent 634777e98d
commit 4fecff2a19
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "llama-index-readers-txtai";
version = "0.4.1";
version = "0.5.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_readers_txtai";
inherit version;
hash = "sha256-GMloD+eqjYdMCqFM03NhdKjN9bMHqIdZYORA1OtWd/0=";
hash = "sha256-dZg+EqXQvqaMN4DQS3VPZi3Ak5j1Y+KZ6ngsJkK5SYA=";
};
build-system = [ hatchling ];