python3Packages.guidance: 0.1.16 -> 0.2.0

https://github.com/guidance-ai/guidance/releases/tag/0.2.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:35 +01:00
parent 5a57ea6ba2
commit 0001918817
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "guidance";
version = "0.1.16";
version = "0.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "guidance-ai";
repo = "guidance";
tag = version;
hash = "sha256-dPakdT97cuLv4OwdaUFncopD5X6uXGyUjwzqn9fxnhU=";
hash = "sha256-dZfz/P4+dTHdGFhLAdwX0D/QRdojqNy8+UCbFk0QeTM=";
};
build-system = [