python312Packages.llama-index-indices-managed-llama-cloud: 0.6.3 -> 0.6.4 (#377941)

This commit is contained in:
Fabian Affolter
2025-01-30 20:05:38 +01:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-indices-managed-llama-cloud";
version = "0.6.3";
version = "0.6.4";
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-8J5BgsvCor11roXOuxaBB1JH8NkbkxsJTKxDFThs6Ho=";
hash = "sha256-C0WXPLLclwISIAYBm/tVbcq7oxsL33mvx7N2yoFD3wM=";
};
build-system = [ poetry-core ];