Skip to content

Commit 2769361

Browse files
committed
aider-chat: 0.71.0 -> 0.72.1
1 parent bdcd159 commit 2769361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aider-chat/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let
1212
self = python3;
1313
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
1414
};
15-
version = "0.71.0";
15+
version = "0.72.1";
1616
aider-chat = python3.pkgs.buildPythonPackage {
1717
pname = "aider-chat";
1818
inherit version;
@@ -22,7 +22,7 @@ let
2222
owner = "Aider-AI";
2323
repo = "aider";
2424
tag = "v${version}";
25-
hash = "sha256-UptGAR0q3JlzYS5QJVeQo/uxBPaivsvOBBjoX869BRU=";
25+
hash = "sha256-5dV1EW4qx2tXDlbzyS8CT3p0MXgdKVdIGVLDEQF/4Zc=";
2626
};
2727

2828
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)