python311Packages.llama-index-core: 0.11.3 -> 0.11.6
Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.11.3...v0.11.6 Changelog: https://github.com/run-llama/llama_index/blob/0.11.6/CHANGELOG.md
This commit is contained in:
parent
0cbd052dad
commit
c3204ad2d0
@ -47,7 +47,7 @@ in
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "llama-index-core";
|
||||
version = "0.11.3";
|
||||
version = "0.11.6";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -56,7 +56,7 @@ buildPythonPackage rec {
|
||||
owner = "run-llama";
|
||||
repo = "llama_index";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-bgkuX7ukN7aEnaUyIbPQ7FoUtsUT9Tq326RQgXNnOpg=";
|
||||
hash = "sha256-UFrUJHy+UJmbZjAdmaTbjOcwB0GUyGOk7TkmsvmLzao=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/${pname}";
|
||||
|
Loading…
Reference in New Issue
Block a user