unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44122] [PATCH] gnu: emacs-ivy-rich: Update to 0.1.6.
@ 2020-10-21 20:22 Joseph LaFreniere
  2020-10-23 10:11 ` bug#44122: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph LaFreniere @ 2020-10-21 20:22 UTC (permalink / raw)
  To: 44122

[-- Attachment #1: Type: text/plain, Size: 46 bytes --]

Patch file is attached.

--
Joseph LaFreniere

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-ivy-rich-Update-to-0.1.6.patch --]
[-- Type: text/x-patch, Size: 2661 bytes --]

From 8d1a473195c4eb85b245079af63ace78ee6de7ef Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Wed, 14 Oct 2020 22:22:50 -0500
Subject: [PATCH] gnu: emacs-ivy-rich: Update to 0.1.6.

* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.6.
---
 gnu/packages/emacs-xyz.scm | 44 +++++++++++++++++---------------------
 1 file changed, 20 insertions(+), 24 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5acb8ce6ec..14c719de66 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7206,33 +7206,29 @@ use it, call @code{M-x ivy-yasnippet} (but make sure you have enabled
       (license license:gpl3+))))
 
 (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 "7a667b135983a1f3ad33d6db8514638e2a3bdfb3")
-        (revision "2"))
-    (package
-      (name "emacs-ivy-rich")
-      (version (git-version "0.1.4" 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 "1v5j6pak2j1wjw19y7rx9rhxif0bj2h47xyl2knfcl6fi4qiqm9y"))))
-      (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
+  (package
+    (name "emacs-ivy-rich")
+    (version "0.1.6")
+    (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 "1ra18v6lgz3m6asm6d5b92zn1x22yiz4cwxd9b54dnvwi11121m7"))))
+    (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
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#44122: [PATCH] gnu: emacs-ivy-rich: Update to 0.1.6.
  2020-10-21 20:22 [bug#44122] [PATCH] gnu: emacs-ivy-rich: Update to 0.1.6 Joseph LaFreniere
@ 2020-10-23 10:11 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-10-23 10:11 UTC (permalink / raw)
  To: Joseph LaFreniere; +Cc: 44122-done

Hello,

Joseph LaFreniere <joseph@lafreniere.xyz> writes:

> From 8d1a473195c4eb85b245079af63ace78ee6de7ef Mon Sep 17 00:00:00 2001
> From: Joseph LaFreniere <joseph@lafreniere.xyz>
> Date: Wed, 14 Oct 2020 22:22:50 -0500

> Subject: [PATCH] gnu: emacs-ivy-rich: Update to 0.1.6.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-23 10:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21 20:22 [bug#44122] [PATCH] gnu: emacs-ivy-rich: Update to 0.1.6 Joseph LaFreniere
2020-10-23 10:11 ` bug#44122: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).