python3Packages.agent-client-protocol: 0.8.1 -> 0.9.0

This commit is contained in:
R. Ryantm
2026-04-01 23:49:18 +00:00
committed by Gaetan Lepage
parent d419e9072b
commit 8d4e0998ba
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "agent-client-protocol";
version = "0.8.1";
version = "0.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "agentclientprotocol";
repo = "python-sdk";
tag = finalAttrs.version;
hash = "sha256-pP2exnCiXPw4mPKBQVUWaCE7N132WIGU//whsJGTwgY=";
hash = "sha256-8Xf2S85yNsP/HhpCw9UqdoDdeDHdggvYcnvJbilAVuU=";
};
build-system = [