0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +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; self = python3;
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; }; packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
}; };
version = "0.74.1"; version = "0.75.1";
aider-chat = python3.pkgs.buildPythonPackage { aider-chat = python3.pkgs.buildPythonPackage {
pname = "aider-chat"; pname = "aider-chat";
inherit version; inherit version;
@ -23,7 +23,7 @@ let
owner = "Aider-AI"; owner = "Aider-AI";
repo = "aider"; repo = "aider";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-JXzkvuSOOEUxNqF6l5USzIPftpnIW+CptEv/0yp0eGM="; hash = "sha256-TQDYrkSW58E1/lIBuJsgpXst8OAbaTyNX1SM8mdFgzU";
}; };
pythonRelaxDeps = true; pythonRelaxDeps = true;
@ -101,6 +101,7 @@ let
smmap smmap
sniffio sniffio
sounddevice sounddevice
socksio
soundfile soundfile
soupsieve soupsieve
tiktoken tiktoken

View file

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