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

shell_gpt: 0.9.4 -> 1.0.1
This commit is contained in:
Weijia Wang 2024-01-03 18:40:42 +01:00 committed by GitHub
commit 76377b39a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "shell_gpt";
version = "0.9.4";
version = "1.0.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-R4rhATuM0VL/N5+dXf3r9bF2/AVEcQhB2J4KYnxdHbk=";
sha256 = "sha256-/rBD2n5IZzSeC5dmVQRZY8UrzUOkAEVHp8KwIfV1hec=";
};
nativeBuildInputs = with python3.pkgs; [