mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-gptel: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.6.0. [propagated-inputs]: Add EMACS-COMPAT. Change-Id: Ideaef04c6a4e76dc4d86fc490b320e01ce205d02
This commit is contained in:
parent
510a4ebe96
commit
b819853ade
1 changed files with 3 additions and 3 deletions
|
@ -485,7 +485,7 @@ (define-public emacs-geiser
|
|||
(define-public emacs-gptel
|
||||
(package
|
||||
(name "emacs-gptel")
|
||||
(version "0.5.5")
|
||||
(version "0.6.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -494,7 +494,7 @@ (define-public emacs-gptel
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vqs03plivb1dmal53j53y4r567ggx4781n2mqyjk6s6wfvyvn93"))))
|
||||
"0x98s4r2mrbwbsam317dbdq34mcgzfzdmxz3gyq4v2v8x427b3qa"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -510,7 +510,7 @@ (define-public emacs-gptel
|
|||
(emacs-substitute-variables "gptel.el"
|
||||
("gptel-use-curl" 't)))))))
|
||||
(inputs (list curl))
|
||||
(propagated-inputs (list emacs-map))
|
||||
(propagated-inputs (list emacs-compat emacs-map))
|
||||
(home-page "https://github.com/karthink/gptel")
|
||||
(synopsis "GPTel is a simple ChatGPT client for Emacs")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue