Commit 9751e79a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

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

parent f69ec9c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];