[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/30: gnu: emacs-ivy-rich: Update to 0.1.4-1.f6bfa29.
From: |
guix-commits |
Subject: |
27/30: gnu: emacs-ivy-rich: Update to 0.1.4-1.f6bfa29. |
Date: |
Tue, 25 Jun 2019 02:56:23 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 3a943f05a4214883fd0254e9f38f82d9f27b7187
Author: Brian Leung <address@hidden>
Date: Mon Jun 24 07:12:18 2019 +0200
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.
---
gnu/packages/emacs-xyz.scm | 45 +++++++++++++++++++++++++--------------------
1 file changed, 25 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7e65020..ab861c8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4615,29 +4615,34 @@ use it, call @code{M-x ivy-yasnippet} (but make sure
you have enabled
(license license:gpl3+))))
(define-public emacs-ivy-rich
- (package
- (name "emacs-ivy-rich")
- (version "0.1.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/Yevgnen/ivy-rich.git")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0ayf3dwfhafcbqnckm65zy8nc1rv9ji939qfn53wbhxkrgqdicgz"))))
- (build-system emacs-build-system)
- (propagated-inputs
- `(("emacs-ivy" ,emacs-ivy)))
- (home-page "https://github.com/Yevgnen/ivy-rich")
- (synopsis "More friendly interface for @code{ivy}")
- (description
- "This package extends @code{ivy} by showing more information in the
+ ;; 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
+ (name "emacs-ivy-rich")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Yevgnen/ivy-rich.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1s8nwwb1z6lkc58g02pi8w99qms948k8d02lw8k8cq47dw87i219"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-ivy" ,emacs-ivy)))
+ (home-page "https://github.com/Yevgnen/ivy-rich")
+ (synopsis "More friendly interface for @code{ivy}")
+ (description
+ "This package extends @code{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
- 24/30: gnu: Add emacs-make-it-so., (continued)
- 24/30: gnu: Add emacs-make-it-so., guix-commits, 2019/06/25
- 25/30: gnu: emacs-nix-mode: Update to 1.4.1., guix-commits, 2019/06/25
- 30/30: gnu: emacs-posframe: Update to 0.5.0., guix-commits, 2019/06/25
- 26/30: gnu: emacs-orgit: Update to 1.5.3., guix-commits, 2019/06/25
- 13/30: gnu: emacs-helpful: Update to 0.16., guix-commits, 2019/06/25
- 15/30: gnu: emacs-counsel-etags: Update to 1.8.4., guix-commits, 2019/06/25
- 16/30: gnu: Add emacs-org-download., guix-commits, 2019/06/25
- 19/30: gnu: Add emacs-org-recent-headings., guix-commits, 2019/06/25
- 08/30: gnu: emacs-posframe: Update to 0.4.3., guix-commits, 2019/06/25
- 28/30: gnu: emacs-zones: Update to 0-2.3169815., guix-commits, 2019/06/25
- 27/30: gnu: emacs-ivy-rich: Update to 0.1.4-1.f6bfa29.,
guix-commits <=
- 12/30: gnu: emacs-evil-anzu: Don't use unstable tarball., guix-commits, 2019/06/25
- 20/30: gnu: Add emacs-org-super-agenda., guix-commits, 2019/06/25
- 23/30: gnu: emacs-emojify: Update to 1.2., guix-commits, 2019/06/25