me
/
guix
Archived
1
0
Fork 0

gnu: emacs-gptel: Update to 0.8.6.

* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.8.6.
[propagated-inputs]: Remove EMACS-MAP.

Change-Id: I1ae555a8b2213dbd96c2e1d251ebca0e87054fe1
master
Nicolas Goaziou 2024-05-20 21:01:26 +02:00
parent 630cbcbae1
commit 7881d60851
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -516,7 +516,7 @@ e.g. emacs-geiser-guile for Guile.")
(define-public emacs-gptel
(package
(name "emacs-gptel")
(version "0.8.5")
(version "0.8.6")
(source (origin
(method git-fetch)
(uri (git-reference
@ -525,7 +525,7 @@ e.g. emacs-geiser-guile for Guile.")
(file-name (git-file-name name version))
(sha256
(base32
"1w9sji73dixch1b5i420j44qb3jd0zknpypz46g33pbyhg9xwqln"))))
"1k3mq0xjxdbwbhssd16yh6hfg3jpm9qqx4q4jc2igisjja75nmrv"))))
(build-system emacs-build-system)
(arguments
(list
@ -541,7 +541,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 emacs-map))
(propagated-inputs (list emacs-compat))
(home-page "https://github.com/karthink/gptel")
(synopsis "GPTel is a simple ChatGPT client for Emacs")
(description