Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.7.
This commit is contained in:
Nicolas Goaziou 2023-05-03 09:57:41 +02:00
parent d51082e8a5
commit 76911699c9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11859,24 +11859,19 @@ 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 "600b8183ed0be8668dcc548cc2c8cb94b001363b")
(revision "2"))
(package (package
(name "emacs-ivy-rich") (name "emacs-ivy-rich")
(version (git-version "0.1.6" revision commit)) (version "0.1.7")
(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 "1dv6vr7fv32v5m04zdy02sdajpvrnpc4i3pbh2dwfv73ff8d8yxm")))) (base32 "0fn3v6221750hk6hs5rrrr894d53ibgj3yza9rismmj321xwbrh5"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-ivy)) (list emacs-ivy))
@ -11887,7 +11882,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