Unverified Commit 1b24e3f7 authored by Yt's avatar Yt Committed by GitHub
Browse files

python3Packages.aider-chat: 0.73.0 -> 0.74.1 (#380508)

parents 9d7e26ce aa2fb254
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ let
    self = python3;
    packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
  };
  version = "0.73.0";
  version = "0.74.1";
  aider-chat = python3.pkgs.buildPythonPackage {
    pname = "aider-chat";
    inherit version;
@@ -22,7 +22,7 @@ let
      owner = "Aider-AI";
      repo = "aider";
      tag = "v${version}";
      hash = "sha256-wcrwm4mn4D6pYgoCa5iKcKmt4QmhOXOfObUl7Gevukg=";
      hash = "sha256-JXzkvuSOOEUxNqF6l5USzIPftpnIW+CptEv/0yp0eGM=";
    };

    pythonRelaxDeps = true;