gnu: emacs-gptel-quick: Update to 0.0.5-2.495b5e0.

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

Change-Id: If1aa69843b0525b806d359bbe6c0b06e2963a003
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Cayetano Santos 2025-07-23 11:08:36 +02:00 committed by Liliana Marie Prikler
parent 2bacc4f1a1
commit 0feb1d7cb3
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -720,8 +720,8 @@ files rather than customizing the variable directly.")
(license license:gpl2+)))) (license license:gpl2+))))
(define-public emacs-gptel-quick (define-public emacs-gptel-quick
(let ((commit "d7a3aedefdc656a136d5664f2dac165a1f6ebf0e") (let ((commit "495b5e0b5348dbced1448bd12cbf8847e30b5175")
(revision "1")) (revision "2"))
(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))
@ -732,7 +732,7 @@ files rather than customizing the variable directly.")
(commit commit))) (commit commit)))
(method git-fetch) (method git-fetch)
(sha256 (sha256
(base32 "05khdra5aig8466flwl62nsngyn9cz11zwjn0vyyig9c48n8nfka")) (base32 "1k4n0qmaw4cbybw502wnn1mv2pr9giaickq830ly6bxrc5wz7jn4"))
(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))