Unverified Commit 8c00e8f7 authored by Yt's avatar Yt Committed by GitHub
Browse files

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

parents 17de477f 0092d4d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ let
    d.stopwords
  ]);

  version = "0.83.1";
  version = "0.83.2";
  aider-chat = buildPythonPackage {
    pname = "aider-chat";
    inherit version;
@@ -138,7 +138,7 @@ let
      owner = "Aider-AI";
      repo = "aider";
      tag = "v${version}";
      hash = "sha256-2OHPqsS1znl7G4Z8mu8oKHNPdDr4YmSfGzXLylTgooE=";
      hash = "sha256-fVysmaB2jGS2XJlxyFIdJmQShzxz2q4TQf8zNuCT2GE=";
    };

    pythonRelaxDeps = true;