[bug#77107] gnu: emacs-gptel: Update to 0.9.8.

Message ID OLfng4I--F-9@ngraves.fr
State New
Headers
Series [bug#77107] gnu: emacs-gptel: Update to 0.9.8. |

Commit Message

King, Spencer via Guix-patches" via March 19, 2025, 12:30 a.m. UTC
  * 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

Ian Eure March 22, 2025, 3:34 p.m. UTC | #1
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
  

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f7459c3c32..0fc2a4e769 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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