mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 20:50:54 -06:00
gnu: emacs-gptel-prompts: Update to 1.0-2.f1c2920.
* gnu/packages/emacs-xyz.scm (emacs-gptel-prompts): Update to 1.0-2.f1c2920. Change-Id: If4a077419a9729bd9767481cb2ef719ddc6c1ddc
This commit is contained in:
parent
f48389ada9
commit
f61f15410d
1 changed files with 3 additions and 3 deletions
|
|
@ -895,8 +895,8 @@ API key.")
|
|||
|
||||
(define-public emacs-gptel-prompts
|
||||
;; No releases.
|
||||
(let ((commit "17fd35aca76f2b6681a1807e9f3123fe5ba0b60d")
|
||||
(revision "1"))
|
||||
(let ((commit "f1c29208c1f0b62918ac6682038da5db4184fc51")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "emacs-gptel-prompts")
|
||||
(version (git-version "1.0" revision commit))
|
||||
|
|
@ -907,7 +907,7 @@ API key.")
|
|||
(commit commit)))
|
||||
(method git-fetch)
|
||||
(sha256
|
||||
(base32 "0s6hl2s1cxj75v6xb4xxsriqqb4rww32yxmybvarx2hpnlr701y8"))
|
||||
(base32 "1bw98biq7m1xigjmgm3w7dzac99vww619d0n24rq15kcrra7sg84"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ;no tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue