python311Packages.llama-index-core: 0.11.10 -> 0.11.14
Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.11.10...v0.11.14 Changelog: https://github.com/run-llama/llama_index/blob/0.11.14/CHANGELOG.md
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "llama-index-core";
|
||||
version = "0.11.10";
|
||||
version = "0.11.14";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -44,7 +44,7 @@ buildPythonPackage rec {
|
||||
owner = "run-llama";
|
||||
repo = "llama_index";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-6wQs6hB609Du5/n5sKJT5E0OJCj3dMKvpKxJ9C75HpI=";
|
||||
hash = "sha256-mkABEjyZb8ONS1BaETbL47sDHo/BOD7G+fJGO0MQyd0=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/${pname}";
|
||||
|
||||
Reference in New Issue
Block a user