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