Merge pull request #304149 from r-ryantm/auto-update/python311Packages.llama-index-core

python311Packages.llama-index-core: 0.10.28.post1 -> 0.10.29
This commit is contained in:
Fabian Affolter 2024-04-15 08:10:54 +02:00 committed by GitHub
commit 3abda26c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.10.28.post1";
version = "0.10.29";
pyproject = true;
disabled = pythonOlder "3.8";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-BOpKaOP0DdBdVB0bMrAwXG5xaZ3AXnHX3/sHt1GRWJs=";
hash = "sha256-4Tamo5r7EKmLIVymFX9UbFY6vxhgl3dY7xntmDeGn4M=";
};
sourceRoot = "${src.name}/${pname}";