aider-chat: 0.71.0 -> 0.72.1

This commit is contained in:
happysalada
2025-01-21 15:45:42 -05:00
parent bdcd159487
commit 2769361092
@@ -12,7 +12,7 @@ let
self = python3;
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
};
version = "0.71.0";
version = "0.72.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-UptGAR0q3JlzYS5QJVeQo/uxBPaivsvOBBjoX869BRU=";
hash = "sha256-5dV1EW4qx2tXDlbzyS8CT3p0MXgdKVdIGVLDEQF/4Zc=";
};
pythonRelaxDeps = true;