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 <liliana.prikler@gmail.com>
This commit is contained in:
Cayetano Santos 2025-07-23 11:03:58 +02:00 committed by Liliana Marie Prikler
parent 0feb1d7cb3
commit 242fa5b364
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -746,7 +746,7 @@ summarizing text using an LLM.")
(define-public emacs-chatgpt-shell (define-public emacs-chatgpt-shell
(package (package
(name "emacs-chatgpt-shell") (name "emacs-chatgpt-shell")
(version "2.16.1") (version "2.24.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -755,7 +755,7 @@ summarizing text using an LLM.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1xq4hfr3m5sgi9wrr3nrp6fsnnw8d044gz0y50d4h46cvq8c6f2g")))) "01havy6nidbw2ipyxh2h82xgk3jb32bjl5mpqa4g0p6rgb8dklhr"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list #:phases (list #:phases
@ -774,9 +774,10 @@ summarizing text using an LLM.")
"-f" "ert-run-tests-batch-and-exit"))) "-f" "ert-run-tests-batch-and-exit")))
(propagated-inputs (list emacs-shell-maker)) (propagated-inputs (list emacs-shell-maker))
(home-page "https://github.com/xenodium/chatgpt-shell") (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 (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+))) (license license:gpl3+)))
(define-public emacs-geiser-guile (define-public emacs-geiser-guile