mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ include installing, removing or visiting the homepage.")
|
||||||
(define-public emacs-prescient
|
(define-public emacs-prescient
|
||||||
(package
|
(package
|
||||||
(name "emacs-prescient")
|
(name "emacs-prescient")
|
||||||
(version "6.0")
|
(version "6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10024,10 +10024,10 @@ include installing, removing or visiting the homepage.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0156sbs4b535mcwm44qjr8lx48svmjvdqh8c8hr6d0l709f27yq3"))))
|
(base32 "1mc9pjb80bxcmzaylfwh0sgpvwbx3h35jalznwz464hw3vqfff83"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(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/")
|
(home-page "https://github.com/raxod502/prescient.el/")
|
||||||
(synopsis "Emacs library for sorting and filtering candidates")
|
(synopsis "Emacs library for sorting and filtering candidates")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue