Unverified Commit e422c248 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

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

shell_gpt: 1.4.0 -> 1.4.3
parents 3860a08a c26135d6
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 = "1.4.0";
  version = "1.4.3";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-r/xQRqnLJhGZORjYUaYWKjqY4fQCW4WKkE+n8k0VMbA=";
    sha256 = "sha256-zSgWSC60ypOQ1IENcxObBezAfHosQWBD9ft06yh5iV4=";
  };

  nativeBuildInputs = with python3.pkgs; [