Merge pull request #321997 from r-ryantm/auto-update/python311Packages.llama-index

python311Packages.llama-index: 0.10.47 -> 0.10.48.post1
This commit is contained in:
Fabian Affolter 2024-07-04 06:36:03 +02:00 committed by GitHub
commit 0d679dcb60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ in
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.10.47";
version = "0.10.48.post1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-Rq7Mz9aN6SHLZ5UzDb2i90j7wP+SlYJa9b14Yu00Cuc=";
hash = "sha256-O8mHttYMRUzWvhydQsOux7tynhDuMKapsSDJQXL0MRQ=";
};
sourceRoot = "${src.name}/${pname}";