Unverified Commit b375b0b4 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

aider-chat: 0.57.0 -> 0.59.0 (#347871)

parents 4a95d695 1a7ad9ea
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ let
    self = python3;
    packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
  };
  version = "0.57.0";
  version = "0.59.0";
in
python3.pkgs.buildPythonApplication {
  pname = "aider-chat";
@@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication {
    owner = "paul-gauthier";
    repo = "aider";
    rev = "refs/tags/v${version}";
    hash = "sha256-ErDepSju8B4GochHKxL03aUfOLAiNfTaXBAllAZ144M=";
    hash = "sha256-20LicYj1j5gGzhF+SxPUKu858nHZgwDF1JxXeHRtYe0=";
  };

  pythonRelaxDeps = true;
@@ -68,6 +68,7 @@ python3.pkgs.buildPythonApplication {
      streamlit
      tokenizers
      watchdog
      pydub
    ]
    ++ lib.optionals (!tensorflow.meta.broken) [
      llama-index-core