lol

python3Packages.aider-chat: 0.83.0 -> 0.83.1 (#406029)

authored by

Yt and committed by
GitHub
e30007f5 59166ec2

+2 -2
+2 -2
pkgs/development/python-modules/aider-chat/default.nix
··· 130 130 ]; 131 131 }; 132 132 133 - version = "0.83.0"; 133 + version = "0.83.1"; 134 134 aider-chat = buildPythonPackage { 135 135 pname = "aider-chat"; 136 136 inherit version; ··· 143 143 owner = "Aider-AI"; 144 144 repo = "aider"; 145 145 tag = "v${version}"; 146 - hash = "sha256-hXKrjo/9Y3WLgluwEK2q123QcfBVA0ByEKaq8Rtd70E="; 146 + hash = "sha256-2OHPqsS1znl7G4Z8mu8oKHNPdDr4YmSfGzXLylTgooE="; 147 147 }; 148 148 149 149 pythonRelaxDeps = true;