[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/14: gnu: emacs-ivy-rich: Update to 0.1.7.
From: |
guix-commits |
Subject: |
08/14: gnu: emacs-ivy-rich: Update to 0.1.7. |
Date: |
Wed, 3 May 2023 07:25:39 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 76911699c97e9ee848519f47e74d0afe8c67f32c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 3 09:57:41 2023 +0200
gnu: emacs-ivy-rich: Update to 0.1.7.
* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.7.
---
gnu/packages/emacs-xyz.scm | 45 ++++++++++++++++++++-------------------------
1 file changed, 20 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bc0bb31b08..2e93349860 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11859,35 +11859,30 @@ use it, call @code{M-x ivy-yasnippet} (but make sure
you have enabled
@code{yas-minor-mode} first).")
(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
- (let ((commit "600b8183ed0be8668dcc548cc2c8cb94b001363b")
- (revision "2"))
- (package
- (name "emacs-ivy-rich")
- (version (git-version "0.1.6" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/Yevgnen/ivy-rich")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1dv6vr7fv32v5m04zdy02sdajpvrnpc4i3pbh2dwfv73ff8d8yxm"))))
- (build-system emacs-build-system)
- (propagated-inputs
- (list emacs-ivy))
- (home-page "https://github.com/Yevgnen/ivy-rich")
- (synopsis "More friendly interface for @code{ivy}")
- (description
- "This package extends Ivy by showing more information in the minibuffer
+ (package
+ (name "emacs-ivy-rich")
+ (version "0.1.7")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Yevgnen/ivy-rich")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0fn3v6221750hk6hs5rrrr894d53ibgj3yza9rismmj321xwbrh5"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list emacs-ivy))
+ (home-page "https://github.com/Yevgnen/ivy-rich")
+ (synopsis "More friendly interface for @code{ivy}")
+ (description
+ "This package extends Ivy by showing more information in the 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+))))
+ (license license:gpl3+)))
(define-public emacs-avy
(package
- branch master updated (83a6ca3c60 -> 0cbbc1996d), guix-commits, 2023/05/03
- 01/14: gnu: emacs-tldr: Include unzip dependency., guix-commits, 2023/05/03
- 03/14: gnu: emacs-tldr: Improve package style., guix-commits, 2023/05/03
- 04/14: gnu: emacs-eglot: Update to 1.15., guix-commits, 2023/05/03
- 05/14: gnu: emacs-tramp: Update to 2.6.0.4., guix-commits, 2023/05/03
- 12/14: gnu: rrdtool: Update to 1.8.0., guix-commits, 2023/05/03
- 02/14: gnu: emacs-tldr: Update to 0-2.1b09d20., guix-commits, 2023/05/03
- 08/14: gnu: emacs-ivy-rich: Update to 0.1.7.,
guix-commits <=
- 10/14: gnu: open-adventure: Update to 1.16., guix-commits, 2023/05/03
- 06/14: gnu: emacs-org: Update to 9.6.5., guix-commits, 2023/05/03
- 11/14: gnu: Add emacs-riscv-mode., guix-commits, 2023/05/03
- 13/14: gnu: Add libfyaml., guix-commits, 2023/05/03
- 07/14: gnu: emacs-inspector: Update to 0.29., guix-commits, 2023/05/03
- 09/14: gnu: emacs-osm: Update to 0.12., guix-commits, 2023/05/03
- 14/14: gnu: Add sipp., guix-commits, 2023/05/03