python312Packages.llama-index-indices-managed-llama-cloud: 0.6.2 -> 0.6.3

This commit is contained in:
Fabian Affolter 2024-12-01 01:01:13 +01:00
parent 4e8789601f
commit 0e0f778823

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-indices-managed-llama-cloud";
version = "0.6.2";
version = "0.6.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_indices_managed_llama_cloud";
inherit version;
hash = "sha256-SYSBxqmK/OXoFrx7f1JJ/pfBVV6ZfiPgV90XWlQ7ZR0=";
hash = "sha256-8J5BgsvCor11roXOuxaBB1JH8NkbkxsJTKxDFThs6Ho=";
};
build-system = [ poetry-core ];