gnu: emacs-chatgpt-shell: Update to 2.9.1.

* gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): Update to 2.9.1.

Change-Id: I73ea7bf093607fae1a0d10ef9be723f23b2a8315
This commit is contained in:
Nicolas Goaziou 2024-12-24 10:59:26 +01:00
parent 20d73c8ed3
commit 9c8ee7453d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -590,7 +590,7 @@ (define-public emacs-gptel
(define-public emacs-chatgpt-shell
(package
(name "emacs-chatgpt-shell")
(version "1.20.1")
(version "2.9.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -599,7 +599,7 @@ (define-public emacs-chatgpt-shell
(file-name (git-file-name name version))
(sha256
(base32
"161q8d2b4sq481jh4zwagvh88wg51dsnf76n2l2b7wv3nh7cjh2m"))))
"103s9w2i7f2hxxr00s10d42z5hqzdczpfpmhf2va0sf8s19y4jm8"))))
(build-system emacs-build-system)
(arguments
(list #:phases