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

python3Packages.a2a-sdk: 0.3.25 -> 0.3.26 (#508663)

parents e47911be ec6e94a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,14 +33,14 @@

buildPythonPackage (finalAttrs: {
  pname = "a2a-sdk";
  version = "0.3.25";
  version = "0.3.26";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "a2aproject";
    repo = "a2a-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-pGsxrNRqIFXEOxstvTFC4sXjZvphMHfPYzk4xhjaA6s=";
    hash = "sha256-OQVNoKCx/7t3LeLgcVCVJUDnrWnugbM6EReE0713CM4=";
  };

  build-system = [