mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
python3Packages.aider-chat: 0.83.1 -> 0.83.2 (#411109)
This commit is contained in:
commit
8c00e8f752
1 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ let
|
||||||
d.stopwords
|
d.stopwords
|
||||||
]);
|
]);
|
||||||
|
|
||||||
version = "0.83.1";
|
version = "0.83.2";
|
||||||
aider-chat = buildPythonPackage {
|
aider-chat = buildPythonPackage {
|
||||||
pname = "aider-chat";
|
pname = "aider-chat";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -138,7 +138,7 @@ let
|
||||||
owner = "Aider-AI";
|
owner = "Aider-AI";
|
||||||
repo = "aider";
|
repo = "aider";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-2OHPqsS1znl7G4Z8mu8oKHNPdDr4YmSfGzXLylTgooE=";
|
hash = "sha256-fVysmaB2jGS2XJlxyFIdJmQShzxz2q4TQf8zNuCT2GE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue