python3Packages.chatlas: 0.16.0 -> 0.17.0

This commit is contained in:
R. Ryantm
2026-05-12 02:22:58 +00:00
committed by Gaetan Lepage
parent c1730b7097
commit e1de4f4629
@@ -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 = [