ngz pushed a commit to branch master
in repository guix.

commit 8065e8127d0a32bdb30d5dfb3bd84da551a420e5
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 19 21:04:55 2024 +0200

    gnu: emacs-chatgpt-shell: Update to 1.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): Update to 1.3.1.
    
    Change-Id: I5b98039168b5338bc27b4d4022d5a8f75fc3958d
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2acbf7d708..f20fa34c9d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -585,7 +585,7 @@ API key.")
 (define-public emacs-chatgpt-shell
   (package
     (name "emacs-chatgpt-shell")
-    (version "0.74.1")
+    (version "1.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference

Reply via email to