mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01: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 @@ (define-public emacs-gptel
|
|||
(define-public emacs-chatgpt-shell
|
||||
(package
|
||||
(name "emacs-chatgpt-shell")
|
||||
(version "1.8.1")
|
||||
(version "1.20.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -598,7 +598,7 @@ (define-public emacs-chatgpt-shell
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"04byw3zz06fr1g185p55pdaf5bqxj3mssldbh089pmx10qdmaxqi"))))
|
||||
"161q8d2b4sq481jh4zwagvh88wg51dsnf76n2l2b7wv3nh7cjh2m"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue