python313Packages.llama-index-core: 0.13.0.post1 -> 0.14.0

Changelog: https://github.com/run-llama/llama_index/blob/v0.14.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-09-12 20:57:32 +02:00
parent 1435115f31
commit 943c21243f

View File

@@ -39,7 +39,7 @@
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.13.0.post1";
version = "0.14.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -48,7 +48,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
tag = "v${version}";
hash = "sha256-X4PDvxynQkHOdhDC5Aqwnr3jSF/83VgbFiDD1M9LOoM=";
hash = "sha256-Vr7IaSfNIcjLV45EtzFhCcWm3gap0CzSekeBmzsyGNA=";
};
sourceRoot = "${src.name}/${pname}";