mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-selectrum: Update to 3.1.
* gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 3.1.
This commit is contained in:
parent
3c674b5734
commit
03235402df
1 changed files with 17 additions and 21 deletions
|
@ -7174,22 +7174,18 @@ (define-public emacs-prescient
|
|||
(license license:expat)))
|
||||
|
||||
(define-public emacs-selectrum
|
||||
;; Release 3.0 has compatibility issues with recent versions of Emacs
|
||||
;; Consult.
|
||||
(let ((commit "a2ba6333e59ddc853318ece229f34016400ca033")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-selectrum")
|
||||
(version (git-version "3.0" revision commit))
|
||||
(version "3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/raxod502/selectrum")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1agpcazga6gxl6k28bdski1sx046699cici8a9hz0nj7s8rkx1zm"))))
|
||||
(base32 "02jrki6vzyfyi1bbslki5pk2348flh9dz18jkc4y7p60bvbr52cb"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/raxod502/selectrum/")
|
||||
(synopsis "Incremental narrowing in Emacs")
|
||||
|
@ -7201,7 +7197,7 @@ (define-public emacs-selectrum
|
|||
and are reasonable, and it declines to implement features which have
|
||||
marginal benefit compared to the additional complexity of a new
|
||||
interface.")
|
||||
(license license:expat))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public emacs-orderless
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue