python311Packages.llama-index-core: 0.10.23 -> 0.10.24

Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.10.23...v0.10.24

Changelog: https://github.com/run-llama/llama_index/blob/0.10.24/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-03-27 09:08:05 +01:00
parent 14f05546fe
commit b212b74acc

View File

@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.10.23";
version = "0.10.24";
pyproject = true;
disabled = pythonOlder "3.8";
@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-koFdHpcMX4Qg+LLDcjHx4wYxHnrJaAqebpba0ejINzo=";
hash = "sha256-iag9alEnyOt+Hs8qTdRt3nn5fGHqztoOxilJXHWWnVw=";
};
sourceRoot = "${src.name}/${pname}";