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:
parent
ee920138d5
commit
d95c773aa3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue