python311Packages.llama-index-question-gen-openai: 0.1.3 -> 0.2.0

This commit is contained in:
Fabian Affolter 2024-09-01 09:44:30 +02:00
parent f69ec9c832
commit 9751e79a3c

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "llama-index-question-gen-openai";
version = "0.1.3";
version = "0.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_question_gen_openai";
inherit version;
hash = "sha256-RIYZgRekVFfS4DauYLk69YBSiTzH14+ptvR91HuB4uE=";
hash = "sha256-Pd4c7L1lEABjnCADHX6iMzQnaquxgcrED/Qk814QRl4=";
};
build-system = [ poetry-core ];