gnu: emacs-chatgpt-shell: Update to 2.13.1.

* gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): Update to 2.13.1.

Change-Id: Id570fc47696caba235f5175fec6383b75cae3848
This commit is contained in:
Nicolas Goaziou 2025-03-07 09:28:41 +01:00
parent c10ad1d98f
commit c6e7b1f871
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -644,7 +644,7 @@ summarizing text using an LLM.")
(define-public emacs-chatgpt-shell
(package
(name "emacs-chatgpt-shell")
(version "2.12.2")
(version "2.13.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -653,7 +653,7 @@ summarizing text using an LLM.")
(file-name (git-file-name name version))
(sha256
(base32
"1wvfqgzhhqq2n0nvx5cqbn74bh79pzxmhlss4fxdx487y86rs8w7"))))
"1vlvwim1v14cvd4w3bd10xfzaw3mhsiv5qh4ka67jgninq8kjls5"))))
(build-system emacs-build-system)
(arguments
(list #:phases