0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

aider-chat: v0.74.1 -> v0.75.1 (#385795)

This commit is contained in:
Yt 2025-03-04 07:35:11 -05:00 committed by GitHub
commit 2581b064a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View file

@ -13,7 +13,7 @@ let
self = python3;
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
};
version = "0.74.1";
version = "0.75.1";
aider-chat = python3.pkgs.buildPythonPackage {
pname = "aider-chat";
inherit version;
@ -23,7 +23,7 @@ let
owner = "Aider-AI";
repo = "aider";
tag = "v${version}";
hash = "sha256-JXzkvuSOOEUxNqF6l5USzIPftpnIW+CptEv/0yp0eGM=";
hash = "sha256-TQDYrkSW58E1/lIBuJsgpXst8OAbaTyNX1SM8mdFgzU";
};
pythonRelaxDeps = true;
@ -101,6 +101,7 @@ let
smmap
sniffio
sounddevice
socksio
soundfile
soupsieve
tiktoken

View file

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "grep-ast";
version = "0.4.1";
version = "0.6.1";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "grep_ast";
hash = "sha256-9wl+zyNDfAS8TtcISFsNQYlMGpxKmUEVlUK4xnxJpWM=";
hash = "sha256-uQRYCpkUl6/UE1xRohfQAbJwhjI7x1KWc6HdQAPuJNA=";
};
build-system = [ setuptools ];