python3Packages.claude-agent-sdk: 0.1.71 -> 0.1.72
Diff: https://github.com/anthropics/claude-agent-sdk-python/compare/v0.1.71...v0.1.72 Changelog: https://github.com/anthropics/claude-agent-sdk-python/blob/v0.1.72/CHANGELOG.md
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "claude-agent-sdk";
|
||||
version = "0.1.71";
|
||||
version = "0.1.72";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "anthropics";
|
||||
repo = "claude-agent-sdk-python";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-C/oJ2/iSTgN+IQpX2V5EC47sqwrhYcVorAm3X43eqCw=";
|
||||
hash = "sha256-F8V1BUC0jeGWWFBS1GE931bycm0xJlAmoH1kPpxkk9o=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
Reference in New Issue
Block a user