Unverified Commit 8653e377 authored by Yt's avatar Yt Committed by GitHub
Browse files

aider-chat: 0.61.0 -> 0.62.0 (#353951)

parents 2c4af10a fb1047cc
Loading
Loading
Loading
Loading
+2 −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.61.0";
  version = "0.62.0";
in
python3.pkgs.buildPythonApplication {
  pname = "aider-chat";
@@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication {
    owner = "Aider-AI";
    repo = "aider";
    rev = "refs/tags/v${version}";
    hash = "sha256-C1VMdLRb+FVN8zwWRa7RCkRxZgdUPNUfBdAjMi9efjQ=";
    hash = "sha256-o5vyOaJSUcdwuHBbzgpo5RDpZLnIur5dM+b7Y7PVBXA=";
  };

  pythonRelaxDeps = true;