python3Packages.guidance: 0.2.1 -> 0.2.5

https://github.com/guidance-ai/guidance/releases/tag/0.2.5

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
guidance
+3 -3
pkgs/development/python-modules/guidance/default.nix
···
buildPythonPackage rec {
pname = "guidance";
-
version = "0.2.1";
+
version = "0.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "guidance-ai";
repo = "guidance";
tag = version;
-
hash = "sha256-FBnND9kCIVmE/IEz3TNOww8x0EAH6TTBYfKTprqSbDg=";
+
hash = "sha256-dTMJOBGirEumbpTanCVZQJATfLxqxmpUCqE7pah97Zw=";
};
build-system = [
···
meta = {
description = "Guidance language for controlling large language models";
homepage = "https://github.com/guidance-ai/guidance";
-
changelog = "https://github.com/guidance-ai/guidance/releases/tag/v${version}";
+
changelog = "https://github.com/guidance-ai/guidance/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ natsukium ];
};