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

authored by

Fabian Affolter and committed by
GitHub
cedae36a 9869db7c

+2 -2
+2 -2
pkgs/development/python-modules/llama-index-indices-managed-llama-cloud/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "llama-index-indices-managed-llama-cloud"; 13 - version = "0.6.3"; 13 + version = "0.6.4"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 18 18 src = fetchPypi { 19 19 pname = "llama_index_indices_managed_llama_cloud"; 20 20 inherit version; 21 - hash = "sha256-8J5BgsvCor11roXOuxaBB1JH8NkbkxsJTKxDFThs6Ho="; 21 + hash = "sha256-C0WXPLLclwISIAYBm/tVbcq7oxsL33mvx7N2yoFD3wM="; 22 22 }; 23 23 24 24 build-system = [ poetry-core ];