[PATCH] gnu: emacs-chatgpt-shell: Update to 1.20.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Rostislav Svoboda
Owner
unassigned
Submitted by
Rostislav Svoboda
Severity
normal
R
R
Rostislav Svoboda wrote on 8 Nov 17:33 +0100
(address . guix-patches@gnu.org)(name . Rostislav Svoboda)(address . Rostislav.Svoboda@gmail.com)
40fc9a2e636a2c499cf1f1951f466f0ada180a86.1731083595.git.Rostislav.Svoboda@gmail.com
* gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): Update to 1.20.1.

Change-Id: Icb6d714d2515b7765c4ba59ec13eec5e2e8eec24
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 88e1ab89a9..24168e366f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -588,7 +588,7 @@ (define-public emacs-gptel
(define-public emacs-chatgpt-shell
(package
(name "emacs-chatgpt-shell")
- (version "1.8.1")
+ (version "1.20.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -597,7 +597,7 @@ (define-public emacs-chatgpt-shell
(file-name (git-file-name name version))
(sha256
(base32
- "04byw3zz06fr1g185p55pdaf5bqxj3mssldbh089pmx10qdmaxqi"))))
+ "161q8d2b4sq481jh4zwagvh88wg51dsnf76n2l2b7wv3nh7cjh2m"))))
(build-system emacs-build-system)
(arguments
(list #:phases

base-commit: 2a6d96425eea57dc6dd48a2bec16743046e32e06
--
2.46.0
N
N
Nicolas Goaziou wrote 33 hours ago
(address . 74263-done@debbugs.gnu.org)(name . Rostislav Svoboda)(address . rostislav.svoboda@gmail.com)
87seqej7iz.fsf@nicolasgoaziou.fr
Hello,

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): Update to 1.20.1.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74263@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74263
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch