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:
Rostislav Svoboda 2024-11-08 17:33:38 +01:00 committed by Nicolas Goaziou
parent 465f4201ba
commit 98fdc0876b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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