[bug#77107] gnu: emacs-gptel: Update to 0.9.8.
Commit Message
* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.9.8.
[propagated-inputs]: Add emacs-transient.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
2.48.1
--
Best regards,
Nicolas Graves
Comments
Ni Nicolas,
Pushed as 6012040176.
This patch didn’t apply, and I ended up needing to manually
reconstruct it. Did you use `git send-email' to contribute it?
Looks like there was a bunch of HTML in the email, which usually
means it was sent by an interactive mail client.
Thanks,
-- Ian
@@ -581,7 +581,7 @@ (define-public emacs-geiser
(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 @@ (define-public emacs-gptel
(file-name (git-file-name name version))
(sha256
(base32
- "15ny2d04ci04swmxikkyb7lsjr51gvxpr2cj02gwx88bidx34md2"))))
+ "1wjzv39pcg6lcmlw6yc4fdfln2cnshzaa0dxgkniq9dfznf7hnmd"))))
(build-system emacs-build-system)
(arguments
(list
@@ -606,7 +606,7 @@ (define-public emacs-gptel
(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