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:
Nicolas Goaziou 2022-12-16 18:32:49 +01:00
parent fb9ddff29e
commit c193b5203b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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