mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-prescient: Update to 6.1.
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 6.1. [propagated-inputs]: Add EMACS-CORFU and EMACS-VERTICO.
This commit is contained in:
parent
fb9ddff29e
commit
c193b5203b
1 changed files with 3 additions and 3 deletions
|
@ -10015,7 +10015,7 @@ (define-public emacs-embark
|
|||
(define-public emacs-prescient
|
||||
(package
|
||||
(name "emacs-prescient")
|
||||
(version "6.0")
|
||||
(version "6.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10024,10 +10024,10 @@ (define-public emacs-prescient
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0156sbs4b535mcwm44qjr8lx48svmjvdqh8c8hr6d0l709f27yq3"))))
|
||||
(base32 "1mc9pjb80bxcmzaylfwh0sgpvwbx3h35jalznwz464hw3vqfff83"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-company emacs-ivy emacs-selectrum))
|
||||
(list emacs-company emacs-corfu emacs-ivy emacs-selectrum emacs-vertico))
|
||||
(home-page "https://github.com/raxod502/prescient.el/")
|
||||
(synopsis "Emacs library for sorting and filtering candidates")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue