[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-vertico: Update to 0.12.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-vertico: Update to 0.12. |
Date: |
Mon, 21 Jun 2021 02:09:56 -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 0f1e957 gnu: emacs-vertico: Update to 0.12.
0f1e957 is described below
commit 0f1e95746b89878f7e8debc3d9f435c13948568d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jun 21 08:08:41 2021 +0200
gnu: emacs-vertico: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.12.
---
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 6a93fe4..046a861 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28501,7 +28501,7 @@ and preferred services can easily be configured.")
(define-public emacs-vertico
(package
(name "emacs-vertico")
- (version "0.11")
+ (version "0.12")
(source
(origin
(method git-fetch)
@@ -28510,7 +28510,7 @@ and preferred services can easily be configured.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0vx23csk1nsrcazifwjxchqdmp3qbg2mwbvkqxn134g89qi8pqkw"))))
+ (base32 "1qb5qmspc7042r366d73j26hrzmrsdwscv8ly9glsa4gbdxcjkln"))))
(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.12.,
guix-commits <=