mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Update aider (#375634)
This commit is contained in:
commit
a993849e62
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ let
|
||||||
self = python3;
|
self = python3;
|
||||||
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
|
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
|
||||||
};
|
};
|
||||||
version = "0.71.0";
|
version = "0.72.1";
|
||||||
aider-chat = python3.pkgs.buildPythonPackage {
|
aider-chat = python3.pkgs.buildPythonPackage {
|
||||||
pname = "aider-chat";
|
pname = "aider-chat";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -22,7 +22,7 @@ let
|
||||||
owner = "Aider-AI";
|
owner = "Aider-AI";
|
||||||
repo = "aider";
|
repo = "aider";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-UptGAR0q3JlzYS5QJVeQo/uxBPaivsvOBBjoX869BRU=";
|
hash = "sha256-5dV1EW4qx2tXDlbzyS8CT3p0MXgdKVdIGVLDEQF/4Zc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "litellm";
|
pname = "litellm";
|
||||||
version = "1.53.9";
|
version = "1.58.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -46,7 +46,7 @@ buildPythonPackage rec {
|
||||||
owner = "BerriAI";
|
owner = "BerriAI";
|
||||||
repo = "litellm";
|
repo = "litellm";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-xSILlbZhu6GgFFg5+f20x2Hxy4KnHMbSV18VFnjUrMQ=";
|
hash = "sha256-trHZ8KrvdetL4q0nQyUm4YGX8WeMz4YrM+GPwcz8wtI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue