gnu: emacs-ivy-rich: Update to 0.1.7.
* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.7.
This commit is contained in:
parent
d51082e8a5
commit
76911699c9
1 changed files with 20 additions and 25 deletions
|
@ -11859,35 +11859,30 @@ use it, call @code{M-x ivy-yasnippet} (but make sure you have enabled
|
||||||
@code{yas-minor-mode} first).")
|
@code{yas-minor-mode} first).")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
;; The 0.1.6 release is incompatible with newer ivy versions, so we instead
|
|
||||||
;; pick a more recent snapshot of the repository, see
|
|
||||||
;; https://github.com/Yevgnen/ivy-rich/pull/80.
|
|
||||||
(define-public emacs-ivy-rich
|
(define-public emacs-ivy-rich
|
||||||
(let ((commit "600b8183ed0be8668dcc548cc2c8cb94b001363b")
|
(package
|
||||||
(revision "2"))
|
(name "emacs-ivy-rich")
|
||||||
(package
|
(version "0.1.7")
|
||||||
(name "emacs-ivy-rich")
|
(source
|
||||||
(version (git-version "0.1.6" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/Yevgnen/ivy-rich")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://github.com/Yevgnen/ivy-rich")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "0fn3v6221750hk6hs5rrrr894d53ibgj3yza9rismmj321xwbrh5"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "1dv6vr7fv32v5m04zdy02sdajpvrnpc4i3pbh2dwfv73ff8d8yxm"))))
|
(propagated-inputs
|
||||||
(build-system emacs-build-system)
|
(list emacs-ivy))
|
||||||
(propagated-inputs
|
(home-page "https://github.com/Yevgnen/ivy-rich")
|
||||||
(list emacs-ivy))
|
(synopsis "More friendly interface for @code{ivy}")
|
||||||
(home-page "https://github.com/Yevgnen/ivy-rich")
|
(description
|
||||||
(synopsis "More friendly interface for @code{ivy}")
|
"This package extends Ivy by showing more information in the minibuffer
|
||||||
(description
|
|
||||||
"This package extends Ivy by showing more information in the minibuffer
|
|
||||||
for each candidate. It adds columns showing buffer modes, file sizes,
|
for each candidate. It adds columns showing buffer modes, file sizes,
|
||||||
docstrings, etc. If @code{emacs-all-the-icons} is installed, it can show
|
docstrings, etc. If @code{emacs-all-the-icons} is installed, it can show
|
||||||
icons as well.")
|
icons as well.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-avy
|
(define-public emacs-avy
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue