python3Packages.aider-chat: 0.73.0 -> 0.74.1

This commit is contained in:
cor
2025-02-09 01:16:15 +00:00
parent ba5da9dadb
commit aa2fb254df
@@ -12,7 +12,7 @@ let
self = python3;
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
};
version = "0.73.0";
version = "0.74.1";
aider-chat = python3.pkgs.buildPythonPackage {
pname = "aider-chat";
inherit version;
@@ -22,7 +22,7 @@ let
owner = "Aider-AI";
repo = "aider";
tag = "v${version}";
hash = "sha256-wcrwm4mn4D6pYgoCa5iKcKmt4QmhOXOfObUl7Gevukg=";
hash = "sha256-JXzkvuSOOEUxNqF6l5USzIPftpnIW+CptEv/0yp0eGM=";
};
pythonRelaxDeps = true;