Commit b17f9963 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent d6ef71b2
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.68";
  version = "0.1.71";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "anthropics";
    repo = "claude-agent-sdk-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-m42AYi9OkII9NOSNV9D9M7GMamh2Qncpz21s7BS1E70=";
    hash = "sha256-C/oJ2/iSTgN+IQpX2V5EC47sqwrhYcVorAm3X43eqCw=";
  };

  build-system = [ hatchling ];