python3Packages.claude-agent-sdk: 0.2.97 -> 0.2.101
Diff: https://github.com/anthropics/claude-agent-sdk-python/compare/v0.2.97...v0.2.101 Changelog: https://github.com/anthropics/claude-agent-sdk-python/blob/v0.2.101/CHANGELOG.md
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "claude-agent-sdk";
|
||||
version = "0.2.97";
|
||||
version = "0.2.101";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "anthropics";
|
||||
repo = "claude-agent-sdk-python";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-Xq+qFAgJj4jnCLdgLaSW+ogJcdJc/VDgBlD2SQ7xnnw=";
|
||||
hash = "sha256-6ZEXjZZSdw+IOPB4DSSJwVfCEAjgIIs9vholJSeRXoY=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
Reference in New Issue
Block a user