guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-icomplete-vertical: Update to 0.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-icomplete-vertical: Update to 0.3.
Date: Sat, 06 Feb 2021 03:59:27 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6b14462  gnu: emacs-icomplete-vertical: Update to 0.3.
6b14462 is described below

commit 6b144628cc7b6d460c559406f4e3407d07ec373b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 6 09:58:39 2021 +0100

    gnu: emacs-icomplete-vertical: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-icomplete-vertical): Update to 0.3.
    [synopsis]: Fix typo.
---
 gnu/packages/emacs-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e544e43..2a16256 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5566,7 +5566,7 @@ completion backends according to mode, and integrates with
 (define-public emacs-icomplete-vertical
   (package
     (name "emacs-icomplete-vertical")
-    (version "0.1")
+    (version "0.3")
     (source
      (origin
        (method git-fetch)
@@ -5575,11 +5575,10 @@ completion backends according to mode, and integrates 
with
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1bqnlvv1gvrjriazvzd3bq98r8ii6fqax0zznhvkl1ij5pf55a90"))))
+        (base32 "02v190pb802vck7di39jyf5prvmfsgcxln8mgwsls2b4clx9da97"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/oantolin/icomplete-vertical";)
-    (synopsis "Display icomplete candidates vertically")
+    (synopsis "Display Icomplete candidates vertically")
     (description
      "This package defines a global minor mode to display Icomplete
 completion candidates vertically.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]