mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: emacs-chatgpt-shell: Update to 1.8.1.
* gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): Update to 1.8.1. Change-Id: I58f86570b01433bd8e408c58dc39c73d82989b2e
This commit is contained in:
parent
1c64c3d5ec
commit
57fb0fe127
1 changed files with 2 additions and 2 deletions
|
@ -586,7 +586,7 @@ API key.")
|
|||
(define-public emacs-chatgpt-shell
|
||||
(package
|
||||
(name "emacs-chatgpt-shell")
|
||||
(version "1.6.1")
|
||||
(version "1.8.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -595,7 +595,7 @@ API key.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cpfjy47h4xnrk1g7hgxyxc5dwz30xy89ch37ab38nvaqv5ajlqd"))))
|
||||
"04byw3zz06fr1g185p55pdaf5bqxj3mssldbh089pmx10qdmaxqi"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue