1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

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

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

Change-Id: I22c54f5ac5e26bfe73689b04db3a2d444e59ef92
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:31:44 +01:00
parent ee920138d5
commit d95c773aa3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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