gnu: emacs-ivy-rich: Update to 0.1.6.

* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.6.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Joseph LaFreniere 2020-10-14 22:22:50 -05:00 committed by Nicolas Goaziou
parent 503d2bfde0
commit c74d27ced7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7230,33 +7230,29 @@ use it, call @code{M-x ivy-yasnippet} (but make sure you have enabled
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-ivy-rich (define-public emacs-ivy-rich
;; The latest release version has a small mistake that has since been fixed,
;; so we use a more recent commit.
(let ((commit "7a667b135983a1f3ad33d6db8514638e2a3bdfb3")
(revision "2"))
(package (package
(name "emacs-ivy-rich") (name "emacs-ivy-rich")
(version (git-version "0.1.4" revision commit)) (version "0.1.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/Yevgnen/ivy-rich") (url "https://github.com/Yevgnen/ivy-rich")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1v5j6pak2j1wjw19y7rx9rhxif0bj2h47xyl2knfcl6fi4qiqm9y")))) (base32 "1ra18v6lgz3m6asm6d5b92zn1x22yiz4cwxd9b54dnvwi11121m7"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-ivy" ,emacs-ivy))) `(("emacs-ivy" ,emacs-ivy)))
(home-page "https://github.com/Yevgnen/ivy-rich") (home-page "https://github.com/Yevgnen/ivy-rich")
(synopsis "More friendly interface for @code{ivy}") (synopsis "More friendly interface for @code{ivy}")
(description (description
"This package extends @code{ivy} by showing more information in the "This package extends Ivy by showing more information in the minibuffer
minibuffer for each candidate. It adds columns showing buffer modes, file for each candidate. It adds columns showing buffer modes, file sizes,
sizes, docstrings, etc. If @code{emacs-all-the-icons} is installed, it can docstrings, etc. If @code{emacs-all-the-icons} is installed, it can show
show icons as well.") icons as well.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-avy (define-public emacs-avy
(package (package