Merge pull request #321211 from fabaff/llama-index-core-bump

python311Packages.llama-index-core: 0.10.46 -> 0.10.47
This commit is contained in:
Fabian Affolter 2024-06-20 20:17:40 +02:00 committed by GitHub
commit c8648a49e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ in
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.10.46";
version = "0.10.47";
pyproject = true;
disabled = pythonOlder "3.8";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-k9SltX3QvrCYszyJqfpzhuI0JwpzsVTMkK3pIX/wyrg=";
hash = "sha256-Rq7Mz9aN6SHLZ5UzDb2i90j7wP+SlYJa9b14Yu00Cuc=";
};
sourceRoot = "${src.name}/${pname}";