python312Packages.llama-index-core: 0.12.6 -> 0.12.9

Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.12.6...v0.12.9

Changelog: https://github.com/run-llama/llama_index/blob/0.12.9/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-01-06 23:52:15 +01:00
parent f4772fdac6
commit 138ad53614
@@ -36,7 +36,7 @@
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.12.6";
version = "0.12.9";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
tag = "v${version}";
hash = "sha256-bd7M2Fd5BsNYmczp32Je7QtzCP0LBTg8zsDt5SYXBPU=";
hash = "sha256-SptIZ5LNsJOzMtrJ3hW1NPWX7+hmg74HKcfKdImCc+8=";
};
sourceRoot = "${src.name}/${pname}";