From 242fa5b364c37584363260c20135f6bef41c97a5 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Wed, 23 Jul 2025 11:03:58 +0200 Subject: [PATCH] gnu: emacs-chatgpt-shell: Update to 2.24.2. * gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): Update to 2.24.2. [synopsys]: Update. Change-Id: Ie46c6e151c6e44b428503b8b3edf09b166ef6d7e Signed-off-by: Liliana Marie Prikler --- gnu/packages/emacs-xyz.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 675da2f67cf6685beff74095a291efb3388370fb..525dee68a9af288968508f72c0ee52040cd28f90 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -746,7 +746,7 @@ summarizing text using an LLM.") (define-public emacs-chatgpt-shell (package (name "emacs-chatgpt-shell") - (version "2.16.1") + (version "2.24.2") (source (origin (method git-fetch) (uri (git-reference @@ -755,7 +755,7 @@ summarizing text using an LLM.") (file-name (git-file-name name version)) (sha256 (base32 - "1xq4hfr3m5sgi9wrr3nrp6fsnnw8d044gz0y50d4h46cvq8c6f2g")))) + "01havy6nidbw2ipyxh2h82xgk3jb32bjl5mpqa4g0p6rgb8dklhr")))) (build-system emacs-build-system) (arguments (list #:phases @@ -774,9 +774,10 @@ summarizing text using an LLM.") "-f" "ert-run-tests-batch-and-exit"))) (propagated-inputs (list emacs-shell-maker)) (home-page "https://github.com/xenodium/chatgpt-shell") - (synopsis "ChatGPT and DALL-E Emacs shells and Org Babel libraries") + (synopsis "Multi-llm Emacs shell") (description - "Chatgpt Shell is a Comint-based ChatGPT shell for Emacs.") + "@code{Chatgpt-shell} is a comint-based LLM shell for Emacs, with support +for multiple backends.") (license license:gpl3+))) (define-public emacs-geiser-guile