python3Packages.llm-openai-plugin: 0.6 -> 0.7

Diff: https://github.com/simonw/llm-openai-plugin/compare/0.6...0.7

Changelog: https://github.com/simonw/llm-openai-plugin/releases/tag/0.7
This commit is contained in:
Philip Taron
2025-10-09 05:50:24 -07:00
parent 44d5b20390
commit d71a9d3eeb
@@ -15,14 +15,14 @@
}:
buildPythonPackage rec {
pname = "llm-openai-plugin";
version = "0.6";
version = "0.7";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-openai-plugin";
tag = version;
hash = "sha256-PDjrsuZMt4XpYyRg8VRyHZmAu4gD5lLl6aQezhavOvc=";
hash = "sha256-f/0QvMi2ZF14GtyDIOc9TkHLfbSjjNMe+Wy+60jKO7E=";
};
build-system = [ setuptools ];