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

shell_gpt: 1.4.0 -> 1.4.3
This commit is contained in:
Peder Bergebakken Sundt 2024-04-12 21:39:07 +02:00 committed by GitHub
commit e422c24865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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; [