python312Packages.llama-index-multi-modal-llms-openai: 0.1.4 -> 0.1.5

This commit is contained in:
Fabian Affolter 2024-04-10 09:03:25 +02:00
parent 5003e90bea
commit 49645f2e14
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "llama-index-multi-modal-llms-openai";
version = "0.1.4";
version = "0.1.5";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_multi_modal_llms_openai";
inherit version;
hash = "sha256-al1lhMM6nRsGz1yHTGOvJgP8k7ZgveSBqMVH6HbG4sM=";
hash = "sha256-miN/T4htHiDCfpST6As+H4dThZSB/xtY/iW3qjmxmKI=";
};
build-system = [