From 29c307117ba60a5590c51997540932355edfedbe Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 24 Jun 2025 17:44:01 +0000 Subject: [PATCH] python3Packages.guidance-stitch: 0.1.4 -> 0.1.5 --- pkgs/development/python-modules/guidance-stitch/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/guidance-stitch/default.nix b/pkgs/development/python-modules/guidance-stitch/default.nix index 27a0c17bf2dd..403f774ee611 100644 --- a/pkgs/development/python-modules/guidance-stitch/default.nix +++ b/pkgs/development/python-modules/guidance-stitch/default.nix @@ -20,13 +20,13 @@ buildPythonPackage rec { pname = "guidance-stitch"; - version = "0.1.4"; + version = "0.1.5"; pyproject = true; src = fetchPypi { pname = "guidance_stitch"; inherit version; - hash = "sha256-Wthz02C2AU6hzQ+TTGs+sI73ejwHQRCStZXZts0i1+w="; + hash = "sha256-Kg0O3oZds4eFfUlKe8sakDYhwT9XGGnN4RCcLFVpzZU="; }; build-system = [