Skip to content

Commit c3bde89

Browse files
authored
python312Packages.llama-index-indices-managed-llama-cloud: 0.6.8 -> 0.6.10 (NixOS#392201)
2 parents 3c99d17 + 1a9ddab commit c3bde89

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.8";
13+
version = "0.6.10";
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-ZYGhpOlmyA0QhwaIDcOaEuOGNO3f+ehZ8swNS7EcZIM=";
21+
hash = "sha256-lI7PRcTYuWy0/pRq6/plk82eXtvhbl8QciScezxW07U=";
2222
};
2323

2424
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)