Commit 6027cc8c authored by happysalada's avatar happysalada Committed by Yt
Browse files

shell_gpt: 0.8.8 -> 0.9.0

parent 51a68ffb
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,11 +5,12 @@

python3.pkgs.buildPythonApplication rec {
  pname = "shell_gpt";
  version = "0.8.8";
  version = "0.9.0";
  format = "pyproject";

  src = python3.pkgs.fetchPypi {
    inherit pname version;
    sha256 = "sha256-KuaSAiXlqWRhFtX4C6vibbUiq43L83pZX+yM9L7Ej68=";
    sha256 = "sha256-KzW9yI1TGG2hFKeXHFqqYCLw/PB9+lJoTgyWrXxCHpo=";
  };

  nativeBuildInputs = with python3.pkgs; [
@@ -24,6 +25,7 @@ python3.pkgs.buildPythonApplication rec {
    distro
    typer
    requests
    hatchling
  ];

  pythonRelaxDeps = [ "requests" "rich" "distro" "typer" ];