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:
Nicolas Goaziou 2021-02-13 00:45:01 +01:00
parent da4c7ba926
commit e69f2e9add
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7120,18 +7120,22 @@ (define-public emacs-prescient
(license license:expat))) (license license:expat)))
(define-public emacs-selectrum (define-public emacs-selectrum
;; Release 3.0 has compatibility issues with recent versions of Emacs
;; Consult.
(let ((commit "a2ba6333e59ddc853318ece229f34016400ca033")
(revision "0"))
(package (package
(name "emacs-selectrum") (name "emacs-selectrum")
(version "3.0") (version (git-version "3.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/raxod502/selectrum") (url "https://github.com/raxod502/selectrum")
(commit (string-append "v" version)))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0j10yxlikyg7qxcmp4fnddyd5nc3hlz080d1zcbijq020a08k86g")))) (base32 "1agpcazga6gxl6k28bdski1sx046699cici8a9hz0nj7s8rkx1zm"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/raxod502/selectrum/") (home-page "https://github.com/raxod502/selectrum/")
(synopsis "Incremental narrowing in Emacs") (synopsis "Incremental narrowing in Emacs")
@ -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