mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-prescient: Update to 4.1.
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 4.1. [propagated-inputs]: Add emacs-selectrum. [license]: Fix field.
This commit is contained in:
parent
1c17e087c2
commit
a6986961de
1 changed files with 23 additions and 27 deletions
|
@ -5347,33 +5347,29 @@ them easier to distinguish from other, less important buffers.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public emacs-prescient
|
(define-public emacs-prescient
|
||||||
;; XXX: emacs-ivy introduced a commit that disables sorting for counsel-M-x
|
|
||||||
;; by default, so we use a non-release version ahead by one commit
|
|
||||||
(let ((commit "95056580ed743da92b05aaf86f943ee05600c28d")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-prescient")
|
(name "emacs-prescient")
|
||||||
(version (git-version "3.3" revision commit))
|
(version "4.1")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/raxod502/prescient.el/")
|
(url "https://github.com/raxod502/prescient.el.git")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1rf5cz262hjpck7vpxg15bccdrwrmlhiyxc20liwcjb2ig36nis3"))))
|
||||||
"06qxs8p66jr4gg9m1gd27v5may32f3n28la56cv4f4prinqyyfj7"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-company" ,emacs-company)
|
`(("emacs-company" ,emacs-company)
|
||||||
("emacs-ivy" ,emacs-ivy)))
|
("emacs-ivy" ,emacs-ivy)
|
||||||
|
("emacs-selectrum" ,emacs-selectrum)))
|
||||||
(home-page "https://github.com/raxod502/prescient.el/")
|
(home-page "https://github.com/raxod502/prescient.el/")
|
||||||
(synopsis "Library that sorts and filters lists of candidates")
|
(synopsis "Emacs library for sorting and filtering candidates")
|
||||||
(description
|
(description
|
||||||
"This package provides a library for sorting and filtering, as well as
|
"Prescient is a library for sorting and filtering, as well as extensions
|
||||||
extensions for @code{ivy-mode} and @code{company-mode} that make use of the
|
for Ivy and Company that make use of the library.")
|
||||||
library.")
|
(license license:expat)))
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public emacs-selectrum
|
(define-public emacs-selectrum
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue