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 44060c6 commit b0074dcCopy full SHA for b0074dc
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.10";
+ version = "0.6.11";
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-lI7PRcTYuWy0/pRq6/plk82eXtvhbl8QciScezxW07U=";
+ hash = "sha256-klUy92DNLrsllIKNoxGtrD1UzSyuPf8pCEke67K4vQ8=";
22
};
23
24
build-system = [ poetry-core ];
0 commit comments