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

Changelog: https://github.com/simonw/llm-openai-plugin/releases/tag/0.6

Changed files
+2 -2
pkgs
development
python-modules
llm-openai-plugin
+2 -2
pkgs/development/python-modules/llm-openai-plugin/default.nix
···
}:
buildPythonPackage rec {
pname = "llm-openai-plugin";
-
version = "0.5";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-openai-plugin";
tag = version;
-
hash = "sha256-xlJS+xAKOo40hZH751yrvIuXZw1HQsB7K2anFoMxthU=";
};
build-system = [ setuptools ];
···
}:
buildPythonPackage rec {
pname = "llm-openai-plugin";
+
version = "0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-openai-plugin";
tag = version;
+
hash = "sha256-PDjrsuZMt4XpYyRg8VRyHZmAu4gD5lLl6aQezhavOvc=";
};
build-system = [ setuptools ];