python3Packages.aider-chat: 0.84.0 -> 0.85.0, update homepage (#421269)
This commit is contained in:
@@ -126,7 +126,7 @@ let
|
||||
d.stopwords
|
||||
]);
|
||||
|
||||
version = "0.84.0";
|
||||
version = "0.85.0";
|
||||
aider-chat = buildPythonPackage {
|
||||
pname = "aider-chat";
|
||||
inherit version;
|
||||
@@ -139,7 +139,7 @@ let
|
||||
owner = "Aider-AI";
|
||||
repo = "aider";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-TOlqwJM9wIAURSimuh9mysYDwgH9AfFev8jY9elLNk8=";
|
||||
hash = "sha256-ZYjDRu4dAOkmz+fMOG8KU6y27RI/t3iEoTSUebundqo=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
@@ -385,8 +385,8 @@ let
|
||||
|
||||
meta = {
|
||||
description = "AI pair programming in your terminal";
|
||||
homepage = "https://github.com/paul-gauthier/aider";
|
||||
changelog = "https://github.com/paul-gauthier/aider/blob/v${version}/HISTORY.md";
|
||||
homepage = "https://github.com/Aider-AI/aider";
|
||||
changelog = "https://github.com/Aider-AI/aider/blob/v${version}/HISTORY.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
happysalada
|
||||
|
||||
Reference in New Issue
Block a user