python312Packages.llama-index-readers-file: 0.1.15 -> 0.1.16

This commit is contained in:
Fabian Affolter 2024-04-10 09:04:53 +02:00
parent 3025317a39
commit 70d7f38522
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.15";
version = "0.1.16";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_readers_file";
inherit version;
hash = "sha256-mAh9mDofLSaWGAUhfxPSSw8jy76OMtIyeuhrHuZo07I=";
hash = "sha256-fyW4/drxqRusBsZnJ7kTtI4m72hxT81RlwUbP3EPTPo=";
};
pythonRelaxDeps = [