Unverified Commit 99d6994f authored by Yt's avatar Yt Committed by GitHub
Browse files

aider-chat: 0.81.1 -> 0.81.2 (#397884)

parents bd1abb01 3b5b7afd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ let
    ];
  };

  version = "0.81.1";
  version = "0.81.2";
  aider-chat = buildPythonPackage {
    pname = "aider-chat";
    inherit version;
@@ -137,7 +137,7 @@ let
      owner = "Aider-AI";
      repo = "aider";
      tag = "v${version}";
      hash = "sha256-TNSdsJBmF/9OCkFe1dZV0y7X2FSTjgp3YV4HGlA9GMc=";
      hash = "sha256-zksPkqEmED2HShAhknVvkktyEc9S/kgU7bQGp1jS71A=";
    };

    pythonRelaxDeps = true;