python312Packages.llama-index-readers-file: 0.1.17 -> 0.1.18

This commit is contained in:
Fabian Affolter 2024-04-15 08:28:02 +02:00
parent 540f28fb86
commit d83b4d189b
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "llama-index-readers-file";
version = "0.1.17";
version = "0.1.18";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_readers_file";
inherit version;
hash = "sha256-JAZgypPAQ4P8Suv6nJva60N5ClM+aIa0Yxpfx/ABkMo=";
hash = "sha256-kcmHHoDXyRGk4rsmXuRsPbapPWgbpt33MXUs13ZLNos=";
};
pythonRelaxDeps = [