mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(define-public emacs-chatgpt-shell
|
||||||
(package
|
(package
|
||||||
(name "emacs-chatgpt-shell")
|
(name "emacs-chatgpt-shell")
|
||||||
(version "1.6.1")
|
(version "1.8.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -595,7 +595,7 @@ API key.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cpfjy47h4xnrk1g7hgxyxc5dwz30xy89ch37ab38nvaqv5ajlqd"))))
|
"04byw3zz06fr1g185p55pdaf5bqxj3mssldbh089pmx10qdmaxqi"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue