[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-vertico: Update to 0.11.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-vertico: Update to 0.11. |
Date: |
Tue, 25 May 2021 06:09:53 -0400 |
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 a443181 gnu: emacs-vertico: Update to 0.11.
a443181 is described below
commit a443181d7b6fcefa0e4cc32a078949fd6c7648c0
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Tue May 25 10:47:36 2021 +0200
gnu: emacs-vertico: Update to 0.11.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.11.
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 4959949..da2754a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28040,7 +28040,7 @@ and preferred services can easily be configured.")
(define-public emacs-vertico
(package
(name "emacs-vertico")
- (version "0.10")
+ (version "0.11")
(source
(origin
(method git-fetch)
@@ -28049,7 +28049,7 @@ and preferred services can easily be configured.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0am7d29gni7irbwsv3zc9cpk12f6pyys06zlpj506wj2d21v36la"))))
+ (base32 "0vx23csk1nsrcazifwjxchqdmp3qbg2mwbvkqxn134g89qi8pqkw"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-vertico: Update to 0.11.,
guix-commits <=