python3Packages.claude-agent-sdk: 0.1.58 -> 0.1.59

This commit is contained in:
R. Ryantm
2026-04-15 18:55:25 +00:00
parent ee7c74b78c
commit dcd514ab8a
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "claude-agent-sdk";
version = "0.1.58";
version = "0.1.59";
pyproject = true;
src = fetchFromGitHub {
owner = "anthropics";
repo = "claude-agent-sdk-python";
tag = "v${finalAttrs.version}";
hash = "sha256-Xpl6/9+e1MFjCG/5fCzubAFIfLejdMPnTLmNmwglEy4=";
hash = "sha256-fKPY/ORxIvwJ7MI6gkBQv0Ydy5rPRszQ+/1HvIIzOEA=";
};
build-system = [ hatchling ];