python3Packages.guidance-stitch: 0.1.4 -> 0.1.5 (#419641)

This commit is contained in:
Gaétan Lepage 2025-06-24 20:04:59 +02:00 committed by GitHub
commit 8019c3d92c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [