Unverified Commit 2581b064 authored by Yt's avatar Yt Committed by GitHub
Browse files

aider-chat: v0.74.1 -> v0.75.1 (#385795)

parents 9b70666a c1a9ccb9
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ let
    self = python3;
    packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
  };
  version = "0.74.1";
  version = "0.75.1";
  aider-chat = python3.pkgs.buildPythonPackage {
    pname = "aider-chat";
    inherit version;
@@ -23,7 +23,7 @@ let
      owner = "Aider-AI";
      repo = "aider";
      tag = "v${version}";
      hash = "sha256-JXzkvuSOOEUxNqF6l5USzIPftpnIW+CptEv/0yp0eGM=";
      hash = "sha256-TQDYrkSW58E1/lIBuJsgpXst8OAbaTyNX1SM8mdFgzU";
    };

    pythonRelaxDeps = true;
@@ -101,6 +101,7 @@ let
      smmap
      sniffio
      sounddevice
      socksio
      soundfile
      soupsieve
      tiktoken
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildPythonPackage rec {
  pname = "grep-ast";
  version = "0.4.1";
  version = "0.6.1";
  pyproject = true;

  src = fetchPypi {
    inherit version;
    pname = "grep_ast";
    hash = "sha256-9wl+zyNDfAS8TtcISFsNQYlMGpxKmUEVlUK4xnxJpWM=";
    hash = "sha256-uQRYCpkUl6/UE1xRohfQAbJwhjI7x1KWc6HdQAPuJNA=";
  };

  build-system = [ setuptools ];