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

Changelog: https://github.com/simonw/llm-openai-plugin/releases/tag/0.6
This commit is contained in:
Philip Taron
2025-09-25 16:27:56 -07:00
parent c40f9290f2
commit ca8da5384d
@@ -15,14 +15,14 @@
}:
buildPythonPackage rec {
pname = "llm-openai-plugin";
version = "0.5";
version = "0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-openai-plugin";
tag = version;
hash = "sha256-xlJS+xAKOo40hZH751yrvIuXZw1HQsB7K2anFoMxthU=";
hash = "sha256-PDjrsuZMt4XpYyRg8VRyHZmAu4gD5lLl6aQezhavOvc=";
};
build-system = [ setuptools ];