python3Packages.chatlas: 0.16.0 -> 0.17.0 (#519225)

This commit is contained in:
Gaétan Lepage
2026-05-12 08:57:19 +00:00
committed by GitHub
@@ -31,14 +31,15 @@
buildPythonPackage (finalAttrs: {
pname = "chatlas";
version = "0.16.0";
version = "0.17.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "posit-dev";
repo = "chatlas";
tag = "v${finalAttrs.version}";
hash = "sha256-8dME+zY+yzPiUK2WUKlOJS6GF7UA2qSym617P2DoV68=";
hash = "sha256-wf+YYC7coJ9euOXIP9Oq7k2z8zhLZdfjVM+yxmM9MAY=";
};
build-system = [