From 0a335036b15e3747e4d27aec314c0232cbc20503 Mon Sep 17 00:00:00 2001 From: Zexin Yuan Date: Mon, 30 Jun 2025 22:42:34 +0800 Subject: [PATCH] python3Packages.aider-chat: 0.84.0 -> 0.85.0 --- pkgs/development/python-modules/aider-chat/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aider-chat/default.nix b/pkgs/development/python-modules/aider-chat/default.nix index 26d3acb8b1cb..50eec1e4db03 100644 --- a/pkgs/development/python-modules/aider-chat/default.nix +++ b/pkgs/development/python-modules/aider-chat/default.nix @@ -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;