Unverified Commit 9fcb92ce authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.llm-openai-plugin: 0.4 -> 0.5 (#418397)

parents 530124b1 8851fb7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@
}:
buildPythonPackage rec {
  pname = "llm-openai-plugin";
  version = "0.4";
  version = "0.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "simonw";
    repo = "llm-openai-plugin";
    tag = version;
    hash = "sha256-UoUxCwR+qOUufHuS0gw6A5Q7sB77VO4HYuMjFGN7mhA=";
    hash = "sha256-xlJS+xAKOo40hZH751yrvIuXZw1HQsB7K2anFoMxthU=";
  };

  build-system = [ setuptools ];