[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-vertico: Update to 0.9.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-vertico: Update to 0.9. |
Date: |
Sat, 15 May 2021 07:29:16 -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 62f204e gnu: emacs-vertico: Update to 0.9.
62f204e is described below
commit 62f204e1e679b57222eebb81161f7a40487d6d27
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 15 13:28:47 2021 +0200
gnu: emacs-vertico: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.9.
---
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 b351558..f2225a1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27885,7 +27885,7 @@ and preferred services can easily be configured.")
(define-public emacs-vertico
(package
(name "emacs-vertico")
- (version "0.8")
+ (version "0.9")
(source
(origin
(method git-fetch)
@@ -27894,7 +27894,7 @@ and preferred services can easily be configured.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "11yaq9p5406m88l0di0g9q782gj5g3b2kc555440fwqcpjhdshqg"))))
+ (base32 "0wa3j9f6m0a4ngxydk4kp90f3090xfpjh5286n7gyy9lq91x6kca"))))
(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.9.,
guix-commits <=