mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-gptel: Update to 0.9.8.
* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.9.8. [propagated-inputs]: Add emacs-transient. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
0a047df7f5
commit
6012040176
1 changed files with 3 additions and 3 deletions
|
@ -581,7 +581,7 @@ e.g. emacs-geiser-guile for Guile.")
|
|||
(define-public emacs-gptel
|
||||
(package
|
||||
(name "emacs-gptel")
|
||||
(version "0.9.7")
|
||||
(version "0.9.8")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -590,7 +590,7 @@ e.g. emacs-geiser-guile for Guile.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"15ny2d04ci04swmxikkyb7lsjr51gvxpr2cj02gwx88bidx34md2"))))
|
||||
"1wjzv39pcg6lcmlw6yc4fdfln2cnshzaa0dxgkniq9dfznf7hnmd"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -606,7 +606,7 @@ e.g. emacs-geiser-guile for Guile.")
|
|||
(emacs-substitute-variables "gptel.el"
|
||||
("gptel-use-curl" 't)))))))
|
||||
(inputs (list curl))
|
||||
(propagated-inputs (list emacs-compat))
|
||||
(propagated-inputs (list emacs-compat emacs-transient))
|
||||
(home-page "https://github.com/karthink/gptel")
|
||||
(synopsis "GPTel is a simple ChatGPT client for Emacs")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue