mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-chatgpt-shell: Update to 1.20.1.
* gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): Update to 1.20.1. Change-Id: Icb6d714d2515b7765c4ba59ec13eec5e2e8eec24 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
465f4201ba
commit
98fdc0876b
1 changed files with 2 additions and 2 deletions
|
@ -589,7 +589,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.8.1")
|
(version "1.20.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -598,7 +598,7 @@ API key.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04byw3zz06fr1g185p55pdaf5bqxj3mssldbh089pmx10qdmaxqi"))))
|
"161q8d2b4sq481jh4zwagvh88wg51dsnf76n2l2b7wv3nh7cjh2m"))))
|
||||||
(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