Skip to content

Commit b799b8e

Browse files
authored
python312Packages.llama-index-indices-managed-llama-cloud: 0.6.10 -> 0.6.11 (#398163)
2 parents 5297559 + b0074dc commit b799b8e

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/llama-index-indices-managed-llama-cloud

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/llama-index-indices-managed-llama-cloud/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "llama-index-indices-managed-llama-cloud";
13-
version = "0.6.10";
13+
version = "0.6.11";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "llama_index_indices_managed_llama_cloud";
2020
inherit version;
21-
hash = "sha256-lI7PRcTYuWy0/pRq6/plk82eXtvhbl8QciScezxW07U=";
21+
hash = "sha256-klUy92DNLrsllIKNoxGtrD1UzSyuPf8pCEke67K4vQ8=";
2222
};
2323

2424
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)