guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-vertico: Update to 0.10.


From: guix-commits
Subject: 01/02: gnu: emacs-vertico: Update to 0.10.
Date: Wed, 19 May 2021 09:51:14 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit be137637f991b3796d04d03b2d67dd2615dec79b
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Tue May 18 23:38:07 2021 +0200

    gnu: emacs-vertico: Update to 0.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.10.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f85a44b..99d439a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27929,7 +27929,7 @@ and preferred services can easily be configured.")
 (define-public emacs-vertico
   (package
     (name "emacs-vertico")
-    (version "0.9")
+    (version "0.10")
     (source
      (origin
        (method git-fetch)
@@ -27938,7 +27938,7 @@ and preferred services can easily be configured.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0wa3j9f6m0a4ngxydk4kp90f3090xfpjh5286n7gyy9lq91x6kca"))))
+        (base32 "0am7d29gni7irbwsv3zc9cpk12f6pyys06zlpj506wj2d21v36la"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("texinfo" ,texinfo)))



reply via email to

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