mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
20d73c8ed3
commit
9c8ee7453d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue