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.6-1.7b9b7b2.
* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to git snapshot 0.1.6-1.7b9b7b2.
This commit is contained in:
parent
74e2c0e00f
commit
d091371c59
1 changed files with 26 additions and 21 deletions
|
@ -40,7 +40,7 @@
|
||||||
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
|
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
|
||||||
;;; Copyright © 2018 Alex Branham <alex.branham@gmail.com>
|
;;; Copyright © 2018 Alex Branham <alex.branham@gmail.com>
|
||||||
;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
|
;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
|
||||||
;;; Copyright © 2018, 2019, 2020 Pierre Langlois <pierre.langlois@gmx.com>
|
;;; Copyright © 2018, 2019, 2020, 2021 Pierre Langlois <pierre.langlois@gmx.com>
|
||||||
;;; Copyright © 2018, 2019, 2020, 2021 Brett Gilio <brettg@gnu.org>
|
;;; Copyright © 2018, 2019, 2020, 2021 Brett Gilio <brettg@gnu.org>
|
||||||
;;; Copyright © 2019, 2020 Dimakakos Dimos <bendersteed@teknik.io>
|
;;; Copyright © 2019, 2020 Dimakakos Dimos <bendersteed@teknik.io>
|
||||||
;;; Copyright © 2019, 2020 Brian Leung <bkleung89@gmail.com>
|
;;; Copyright © 2019, 2020 Brian Leung <bkleung89@gmail.com>
|
||||||
|
@ -7962,19 +7962,24 @@ 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 "7b9b7b20c3ead81da90232cd6707dfad3c1f1eb3")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-ivy-rich")
|
(name "emacs-ivy-rich")
|
||||||
(version "0.1.6")
|
(version (git-version "0.1.6" 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")
|
(url "https://github.com/Yevgnen/ivy-rich")
|
||||||
(commit version)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ra18v6lgz3m6asm6d5b92zn1x22yiz4cwxd9b54dnvwi11121m7"))))
|
(base32 "03p13z609ighdq4axls93alqfl7pclx12g4vdd7lwpcy0r0cgyf8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-ivy" ,emacs-ivy)))
|
`(("emacs-ivy" ,emacs-ivy)))
|
||||||
|
@ -7985,7 +7990,7 @@ use it, call @code{M-x ivy-yasnippet} (but make sure you have enabled
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue