diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-08-19 21:04:55 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-08-19 21:04:55 +0200 |
commit | 8065e8127d0a32bdb30d5dfb3bd84da551a420e5 (patch) | |
tree | 18a394c967a98293efb57cfd38630032651af63e | |
parent | c7fa74b8f0a8d3cb241a1cee864b9098188be267 (diff) | |
download | guix-8065e8127d0a32bdb30d5dfb3bd84da551a420e5.tar guix-8065e8127d0a32bdb30d5dfb3bd84da551a420e5.tar.gz |
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
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |