GNU bug report logs - #48509
[PATCH] gnu: emacs-vertico: Update to 0.10.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Tue, 18 May 2021 21:39:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Xinglu Chen <public <at> yoctocell.xyz>
To: 48509 <at> debbugs.gnu.org
Subject: [bug#48509] [PATCH] gnu: emacs-vertico: Update to 0.10.
Date: Tue, 18 May 2021 23:38:07 +0200
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.10.
---
 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 f85a44b51a..99d439a580 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)))

base-commit: 687adf00dd2583eef66bdec0a15b629281c30819
-- 
2.31.1





This bug report was last modified 4 years and 60 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.