We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddf8d4 commit 1a9ddabCopy full SHA for 1a9ddab
pkgs/development/python-modules/llama-index-indices-managed-llama-cloud/default.nix
@@ -10,15 +10,15 @@
10
11
buildPythonPackage rec {
12
pname = "llama-index-indices-managed-llama-cloud";
13
- version = "0.6.8";
+ version = "0.6.10";
14
pyproject = true;
15
16
disabled = pythonOlder "3.8";
17
18
src = fetchPypi {
19
pname = "llama_index_indices_managed_llama_cloud";
20
inherit version;
21
- hash = "sha256-ZYGhpOlmyA0QhwaIDcOaEuOGNO3f+ehZ8swNS7EcZIM=";
+ hash = "sha256-lI7PRcTYuWy0/pRq6/plk82eXtvhbl8QciScezxW07U=";
22
};
23
24
build-system = [ poetry-core ];
0 commit comments