gnu: emacs-ivy-rich: Update to 0.1.4-1.f6bfa29.

* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.4-1.f6bfa29.
This commit is contained in:
Brian Leung 2019-06-24 07:12:18 +02:00 committed by Nicolas Goaziou
parent 07fb336dc2
commit 3a943f05a4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4615,29 +4615,34 @@ 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
(package ;; The latest release version has a small mistake that has since been fixed,
(name "emacs-ivy-rich") ;; so we use a more recent commit.
(version "0.1.0") (let ((commit "f6bfa293c6df0b43cc411876b665816ec3f03d08")
(source (version "0.1.4")
(origin (revision "1"))
(method git-fetch) (package
(uri (git-reference (name "emacs-ivy-rich")
(url "https://github.com/Yevgnen/ivy-rich.git") (version (git-version version revision commit))
(commit version))) (source
(file-name (git-file-name name version)) (origin
(sha256 (method git-fetch)
(base32 "0ayf3dwfhafcbqnckm65zy8nc1rv9ji939qfn53wbhxkrgqdicgz")))) (uri (git-reference
(build-system emacs-build-system) (url "https://github.com/Yevgnen/ivy-rich.git")
(propagated-inputs (commit commit)))
`(("emacs-ivy" ,emacs-ivy))) (file-name (git-file-name name version))
(home-page "https://github.com/Yevgnen/ivy-rich") (sha256
(synopsis "More friendly interface for @code{ivy}") (base32 "1s8nwwb1z6lkc58g02pi8w99qms948k8d02lw8k8cq47dw87i219"))))
(description (build-system emacs-build-system)
"This package extends @code{ivy} by showing more information in the (propagated-inputs
`(("emacs-ivy" ,emacs-ivy)))
(home-page "https://github.com/Yevgnen/ivy-rich")
(synopsis "More friendly interface for @code{ivy}")
(description
"This package extends @code{ivy} by showing more information in the
minibuffer for each candidate. It adds columns showing buffer modes, file minibuffer for each candidate. It adds columns showing buffer modes, file
sizes, docstrings, etc. If @code{emacs-all-the-icons} is installed, it can sizes, docstrings, etc. If @code{emacs-all-the-icons} is installed, it can
show icons as well.") show icons as well.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-avy (define-public emacs-avy
(package (package