Skip to content

Commit a993849

Browse files
authored
Update aider (NixOS#375634)
2 parents a7cce25 + 2769361 commit a993849

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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;

pkgs/development/python-modules/litellm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
buildPythonPackage rec {
3939
pname = "litellm";
40-
version = "1.53.9";
40+
version = "1.58.2";
4141
pyproject = true;
4242

4343
disabled = pythonOlder "3.8";
@@ -46,7 +46,7 @@ buildPythonPackage rec {
4646
owner = "BerriAI";
4747
repo = "litellm";
4848
tag = "v${version}";
49-
hash = "sha256-xSILlbZhu6GgFFg5+f20x2Hxy4KnHMbSV18VFnjUrMQ=";
49+
hash = "sha256-trHZ8KrvdetL4q0nQyUm4YGX8WeMz4YrM+GPwcz8wtI=";
5050
};
5151

5252
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)