mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: emacs-selectrum: Update to 3.0.0-a2ba633.
* gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 3.0.0-a2ba633.
This commit is contained in:
parent
da4c7ba926
commit
e69f2e9add
1 changed files with 21 additions and 17 deletions
|
@ -7120,22 +7120,26 @@ (define-public emacs-prescient
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public emacs-selectrum
|
(define-public emacs-selectrum
|
||||||
(package
|
;; Release 3.0 has compatibility issues with recent versions of Emacs
|
||||||
(name "emacs-selectrum")
|
;; Consult.
|
||||||
(version "3.0")
|
(let ((commit "a2ba6333e59ddc853318ece229f34016400ca033")
|
||||||
(source
|
(revision "0"))
|
||||||
(origin
|
(package
|
||||||
(method git-fetch)
|
(name "emacs-selectrum")
|
||||||
(uri (git-reference
|
(version (git-version "3.0" revision commit))
|
||||||
(url "https://github.com/raxod502/selectrum")
|
(source
|
||||||
(commit (string-append "v" version))))
|
(origin
|
||||||
(file-name (git-file-name name version))
|
(method git-fetch)
|
||||||
(sha256
|
(uri (git-reference
|
||||||
(base32 "0j10yxlikyg7qxcmp4fnddyd5nc3hlz080d1zcbijq020a08k86g"))))
|
(url "https://github.com/raxod502/selectrum")
|
||||||
(build-system emacs-build-system)
|
(commit commit)))
|
||||||
(home-page "https://github.com/raxod502/selectrum/")
|
(file-name (git-file-name name version))
|
||||||
(synopsis "Incremental narrowing in Emacs")
|
(sha256
|
||||||
(description "Selectrum is a solution for incremental narrowing in
|
(base32 "1agpcazga6gxl6k28bdski1sx046699cici8a9hz0nj7s8rkx1zm"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/raxod502/selectrum/")
|
||||||
|
(synopsis "Incremental narrowing in Emacs")
|
||||||
|
(description "Selectrum is a solution for incremental narrowing in
|
||||||
Emacs, replacing Helm, Ivy, and IDO. Its design philosophy is based
|
Emacs, replacing Helm, Ivy, and IDO. Its design philosophy is based
|
||||||
on choosing the right abstractions and prioritizing consistency and
|
on choosing the right abstractions and prioritizing consistency and
|
||||||
predictability over special-cased improvements for particular cases.
|
predictability over special-cased improvements for particular cases.
|
||||||
|
@ -7143,7 +7147,7 @@ (define-public emacs-selectrum
|
||||||
and are reasonable, and it declines to implement features which have
|
and are reasonable, and it declines to implement features which have
|
||||||
marginal benefit compared to the additional complexity of a new
|
marginal benefit compared to the additional complexity of a new
|
||||||
interface.")
|
interface.")
|
||||||
(license license:expat)))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public emacs-orderless
|
(define-public emacs-orderless
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue