python312Packages.llama-index-core: 0.10.29 -> 0.10.30

Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.10.29...v0.10.30

Changelog: https://github.com/run-llama/llama_index/blob/0.10.30/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-04-18 09:31:56 +02:00
parent 748be90edf
commit 88846e3170

View File

@ -44,7 +44,7 @@ in
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.10.29";
version = "0.10.30";
pyproject = true;
disabled = pythonOlder "3.8";
@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-4Tamo5r7EKmLIVymFX9UbFY6vxhgl3dY7xntmDeGn4M=";
hash = "sha256-MM7LKZzKohtKJAdFGgORqvSVFhOscbECYkLrANc4aLk=";
};
sourceRoot = "${src.name}/${pname}";