lol

python3Packages.aider-chat: 0.83.1 -> 0.83.2 (#411109)

authored by

Yt and committed by
GitHub
8c00e8f7 17de477f

+2 -2
+2 -2
pkgs/development/python-modules/aider-chat/default.nix
··· 125 125 d.stopwords 126 126 ]); 127 127 128 - version = "0.83.1"; 128 + version = "0.83.2"; 129 129 aider-chat = buildPythonPackage { 130 130 pname = "aider-chat"; 131 131 inherit version; ··· 138 138 owner = "Aider-AI"; 139 139 repo = "aider"; 140 140 tag = "v${version}"; 141 - hash = "sha256-2OHPqsS1znl7G4Z8mu8oKHNPdDr4YmSfGzXLylTgooE="; 141 + hash = "sha256-fVysmaB2jGS2XJlxyFIdJmQShzxz2q4TQf8zNuCT2GE="; 142 142 }; 143 143 144 144 pythonRelaxDeps = true;