From 506f6cf56afa4bc82b12c91e92c3c6ff614dbd4f Mon Sep 17 00:00:00 2001 From: Zexin Yuan Date: Mon, 31 Mar 2025 12:48:42 +0800 Subject: [PATCH] python3Packages.aider-chat: 0.75.2 -> 0.80.0 --- .../python-modules/aider-chat/default.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pkgs/development/python-modules/aider-chat/default.nix b/pkgs/development/python-modules/aider-chat/default.nix index 08771cbb23e4..9995b8526247 100644 --- a/pkgs/development/python-modules/aider-chat/default.nix +++ b/pkgs/development/python-modules/aider-chat/default.nix @@ -18,11 +18,9 @@ let nltk-data.stopwords ]; }; - python3 = python312.override { - self = python3; - packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; }; - }; - version = "0.75.2"; + + python3 = python312; + version = "0.80.0"; aider-chat = python3.pkgs.buildPythonPackage { pname = "aider-chat"; inherit version; @@ -32,7 +30,7 @@ let owner = "Aider-AI"; repo = "aider"; tag = "v${version}"; - hash = "sha256-+XpvAnxsv6TbsJwTAgNdJtZxxoPXQ9cxRVUaFZCnS8w="; + hash = "sha256-W3GO5+0rprQHmn1upL3pcXuv2e9Wir6TW0tUnvZj48E="; }; pythonRelaxDeps = true; @@ -117,8 +115,9 @@ let tokenizers tqdm tree-sitter - tree-sitter-languages + tree-sitter-language-pack typing-extensions + typing-inspection urllib3 watchfiles wcwidth