aider-chat: 0.62.0 -> 0.65.0

This commit is contained in:
happysalada 2024-11-27 21:46:47 -05:00
parent faf198371a
commit 47e05fadce

View File

@ -12,7 +12,7 @@ let
self = python3;
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
};
version = "0.62.0";
version = "0.65.0";
aider-chat = python3.pkgs.buildPythonApplication {
pname = "aider-chat";
inherit version;
@ -22,7 +22,7 @@ let
owner = "Aider-AI";
repo = "aider";
rev = "refs/tags/v${version}";
hash = "sha256-o5vyOaJSUcdwuHBbzgpo5RDpZLnIur5dM+b7Y7PVBXA=";
hash = "sha256-crQnkTOujflBcAAOY8rjgSEioM/9Vxud3UfgipJ07uA=";
};
pythonRelaxDeps = true;
@ -150,11 +150,16 @@ let
# Tests fails on darwin
"test_dark_mode_sets_code_theme"
"test_default_env_file_sets_automatic_variable"
# FileNotFoundError: [Errno 2] No such file or directory: 'vim'
"test_pipe_editor"
];
makeWrapperArgs = [
"--set AIDER_CHECK_UPDATE false"
];
preCheck = ''
export HOME=$(mktemp -d)
export AIDER_CHECK_UPDATE=false
'';
optional-dependencies = with python3.pkgs; {