mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
07fb336dc2
commit
3a943f05a4
1 changed files with 25 additions and 20 deletions
|
@ -4615,18 +4615,23 @@ 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 "f6bfa293c6df0b43cc411876b665816ec3f03d08")
|
||||||
|
(version "0.1.4")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-ivy-rich")
|
(name "emacs-ivy-rich")
|
||||||
(version "0.1.0")
|
(version (git-version version revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/Yevgnen/ivy-rich.git")
|
(url "https://github.com/Yevgnen/ivy-rich.git")
|
||||||
(commit version)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ayf3dwfhafcbqnckm65zy8nc1rv9ji939qfn53wbhxkrgqdicgz"))))
|
(base32 "1s8nwwb1z6lkc58g02pi8w99qms948k8d02lw8k8cq47dw87i219"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-ivy" ,emacs-ivy)))
|
`(("emacs-ivy" ,emacs-ivy)))
|
||||||
|
@ -4637,7 +4642,7 @@ use it, call @code{M-x ivy-yasnippet} (but make sure you have enabled
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue