Unverified Commit 6a41410b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.claude-agent-sdk: 0.1.27 -> 0.1.33 (#488901)

parents 05b32750 c75f0be5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage (finalAttrs: {
  pname = "claude-agent-sdk";
  version = "0.1.27";
  version = "0.1.33";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "anthropics";
    repo = "claude-agent-sdk-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ydzgpdHa6mHwKUrgL7Odh4V7b3H2zUmHF+Og4LTxI2I=";
    hash = "sha256-AnwkyP5qTL+pYfrFvjCNPsy15whfj8dJjZC9Qma03+c=";
  };

  build-system = [ hatchling ];