Skip to content

Commit e5d90d9

Browse files
committed
python312Packages.llama-index-multi-modal-llms-openai: 0.3.0 -> 0.4.0
1 parent 707ac83 commit e5d90d9

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.3.0";
13+
version = "0.4.0";
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-cemDx3ccOQiOQFjNeAKSGTFaD7YxueErkD5TJDuaP9Y=";
21+
hash = "sha256-EcOsfi16zp283ZpmLye8pf786YxWgquv+33QHVl3Zlg=";
2222
};
2323

2424
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)