Merge pull request #303986 from r-ryantm/auto-update/python311Packages.llama-index-readers-file

python311Packages.llama-index-readers-file: 0.1.16 -> 0.1.17
This commit is contained in:
Fabian Affolter 2024-04-15 08:09:39 +02:00 committed by GitHub
commit 5fb1d134c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.16";
version = "0.1.17";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_readers_file";
inherit version;
hash = "sha256-fyW4/drxqRusBsZnJ7kTtI4m72hxT81RlwUbP3EPTPo=";
hash = "sha256-JAZgypPAQ4P8Suv6nJva60N5ClM+aIa0Yxpfx/ABkMo=";
};
pythonRelaxDeps = [