Skip to content

Commit f79bc6f

Browse files
committed
python312Packages.llama-index-multi-modal-llms-openai: 0.4.0 -> 0.4.2
1 parent aa648d2 commit f79bc6f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/llama-index-multi-modal-llms-openai

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/llama-index-multi-modal-llms-openai/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-multi-modal-llms-openai";
13-
version = "0.4.0";
13+
version = "0.4.2";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "llama_index_multi_modal_llms_openai";
2020
inherit version;
21-
hash = "sha256-EcOsfi16zp283ZpmLye8pf786YxWgquv+33QHVl3Zlg=";
21+
hash = "sha256-NDegjOyFzrvCEqpz2lybiwVLTcYoM4VoQ1p9+ISJR28=";
2222
};
2323

2424
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)