~ruther/guix-local

242fa5b364c37584363260c20135f6bef41c97a5 — Cayetano Santos 9 months ago 0feb1d7
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>
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +5 -4
@@ 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