lol

python312Packages.llama-index-indices-managed-llama-cloud: 0.6.10 -> 0.6.11

R. Ryantm b0074dcc 44060c6f

+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.10"; 13 + version = "0.6.11"; 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-lI7PRcTYuWy0/pRq6/plk82eXtvhbl8QciScezxW07U="; 21 + hash = "sha256-klUy92DNLrsllIKNoxGtrD1UzSyuPf8pCEke67K4vQ8="; 22 22 }; 23 23 24 24 build-system = [ poetry-core ];