1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: emacs-gptel-quick: Update to d7a3aed.

* gnu/packages/emacs-xyz.scm (emacs-gptel-quick): Update to
d7a3aedefdc656a136d5664f2dac165a1f6ebf0e.

Change-Id: I278df99664bc7b5aa16de39da6f67bb2246bdb04

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I63d4c14a97e1064ab049d70524c57315c50e0b91
This commit is contained in:
Rostislav Svoboda 2025-02-19 11:23:44 +01:00 committed by Ludovic Courtès
parent 7fcb9811ce
commit 12896404ea
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -592,8 +592,8 @@ API key.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-gptel-quick (define-public emacs-gptel-quick
(let ((commit "79c33058e605b4fbdb1d1f98d1ab428d6eed111d") (let ((commit "d7a3aedefdc656a136d5664f2dac165a1f6ebf0e")
(revision "0")) (revision "1"))
(package (package
(name "emacs-gptel-quick") (name "emacs-gptel-quick")
(version (git-version "0.0.5" revision commit)) (version (git-version "0.0.5" revision commit))
@ -604,7 +604,7 @@ API key.")
(commit commit))) (commit commit)))
(method git-fetch) (method git-fetch)
(sha256 (sha256
(base32 "0bw3zjpzyc574jw2qr0j042x68llkjxn66gkfnw7dwwpgwplz671")) (base32 "05khdra5aig8466flwl62nsngyn9cz11zwjn0vyyig9c48n8nfka"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-gptel)) (propagated-inputs (list emacs-gptel))