about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-31 00:15:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-31 00:15:44 +0000
commit930537ad55c3999b2a7c818f277a6e33d915b0b3 (patch)
treeedc70faabe9a2a0a9069c55b2a2f6c776ab85abc
parent592d4ee6e7220fe480f490631b900b7bd50d3860 (diff)
shell_gpt: 0.9.0 -> 0.9.1
-rw-r--r--pkgs/tools/misc/shell_gpt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/shell_gpt/default.nix b/pkgs/tools/misc/shell_gpt/default.nix
index b43a6fd9d1658..03fdefb7a526d 100644
--- a/pkgs/tools/misc/shell_gpt/default.nix
+++ b/pkgs/tools/misc/shell_gpt/default.nix
@@ -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; [