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

R. Ryantm e9261d08 40c7c335

Changed files
+2 -2
pkgs
development
python-modules
llama-index-readers-txtai
+2 -2
pkgs/development/python-modules/llama-index-readers-txtai/default.nix
···
buildPythonPackage rec {
pname = "llama-index-readers-txtai";
-
version = "0.4.0";
+
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "llama_index_readers_txtai";
inherit version;
-
hash = "sha256-0eOJ9r27lG6WwOz27+N5qldROoaU5UAewtY4N4m8Kcs=";
+
hash = "sha256-GMloD+eqjYdMCqFM03NhdKjN9bMHqIdZYORA1OtWd/0=";
};
build-system = [ hatchling ];