Commit 63e174d9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent b17f9963
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.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 ];