Unverified Commit e9c7c59d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #235097 from r-ryantm/auto-update/shell_gpt

shell_gpt: 0.9.0 -> 0.9.1
parents 9cfaa8a1 930537ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

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

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-KzW9yI1TGG2hFKeXHFqqYCLw/PB9+lJoTgyWrXxCHpo=";
    sha256 = "sha256-k57oPqUpBuqoJFJ2JU3O4d4ESqb1DqJam/L+lJgBWIQ=";
  };

  nativeBuildInputs = with python3.pkgs; [