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

python311Packages.llama-index-core: 0.10.30 -> 0.10.31
This commit is contained in:
Fabian Affolter 2024-04-25 08:42:08 +02:00 committed by GitHub
commit e17e9f5725
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ in
buildPythonPackage rec {
pname = "llama-index-core";
version = "0.10.30";
version = "0.10.31";
pyproject = true;
disabled = pythonOlder "3.8";
@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-MM7LKZzKohtKJAdFGgORqvSVFhOscbECYkLrANc4aLk=";
hash = "sha256-F/XcG+42l729sZ4dBwYEh+2IR1SBcflwwOkXBnqOjoI=";
};
sourceRoot = "${src.name}/${pname}";