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 aa648d2 commit f79bc6fCopy full SHA for f79bc6f
pkgs/development/python-modules/llama-index-multi-modal-llms-openai/default.nix
@@ -10,15 +10,15 @@
10
11
buildPythonPackage rec {
12
pname = "llama-index-multi-modal-llms-openai";
13
- version = "0.4.0";
+ version = "0.4.2";
14
pyproject = true;
15
16
disabled = pythonOlder "3.8";
17
18
src = fetchPypi {
19
pname = "llama_index_multi_modal_llms_openai";
20
inherit version;
21
- hash = "sha256-EcOsfi16zp283ZpmLye8pf786YxWgquv+33QHVl3Zlg=";
+ hash = "sha256-NDegjOyFzrvCEqpz2lybiwVLTcYoM4VoQ1p9+ISJR28=";
22
};
23
24
build-system = [ poetry-core ];
0 commit comments