mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
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:
parent
503d2bfde0
commit
c74d27ced7
1 changed files with 23 additions and 27 deletions
|
@ -7230,33 +7230,29 @@ (define-public emacs-ivy-yasnippet
|
||||||
(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,
|
(package
|
||||||
;; so we use a more recent commit.
|
(name "emacs-ivy-rich")
|
||||||
(let ((commit "7a667b135983a1f3ad33d6db8514638e2a3bdfb3")
|
(version "0.1.6")
|
||||||
(revision "2"))
|
(source
|
||||||
(package
|
(origin
|
||||||
(name "emacs-ivy-rich")
|
(method git-fetch)
|
||||||
(version (git-version "0.1.4" revision commit))
|
(uri (git-reference
|
||||||
(source
|
(url "https://github.com/Yevgnen/ivy-rich")
|
||||||
(origin
|
(commit version)))
|
||||||
(method git-fetch)
|
(file-name (git-file-name name version))
|
||||||
(uri (git-reference
|
(sha256
|
||||||
(url "https://github.com/Yevgnen/ivy-rich")
|
(base32 "1ra18v6lgz3m6asm6d5b92zn1x22yiz4cwxd9b54dnvwi11121m7"))))
|
||||||
(commit commit)))
|
(build-system emacs-build-system)
|
||||||
(file-name (git-file-name name version))
|
(propagated-inputs
|
||||||
(sha256
|
`(("emacs-ivy" ,emacs-ivy)))
|
||||||
(base32 "1v5j6pak2j1wjw19y7rx9rhxif0bj2h47xyl2knfcl6fi4qiqm9y"))))
|
(home-page "https://github.com/Yevgnen/ivy-rich")
|
||||||
(build-system emacs-build-system)
|
(synopsis "More friendly interface for @code{ivy}")
|
||||||
(propagated-inputs
|
(description
|
||||||
`(("emacs-ivy" ,emacs-ivy)))
|
"This package extends Ivy by showing more information in the minibuffer
|
||||||
(home-page "https://github.com/Yevgnen/ivy-rich")
|
for each candidate. It adds columns showing buffer modes, file sizes,
|
||||||
(synopsis "More friendly interface for @code{ivy}")
|
docstrings, etc. If @code{emacs-all-the-icons} is installed, it can show
|
||||||
(description
|
icons as well.")
|
||||||
"This package extends @code{ivy} by showing more information in the
|
(license license:gpl3+)))
|
||||||
minibuffer for each candidate. It adds columns showing buffer modes, file
|
|
||||||
sizes, docstrings, etc. If @code{emacs-all-the-icons} is installed, it can
|
|
||||||
show icons as well.")
|
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public emacs-avy
|
(define-public emacs-avy
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue