[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: emacs-vertico: Update to 0.28.
From: |
guix-commits |
Subject: |
04/04: gnu: emacs-vertico: Update to 0.28. |
Date: |
Mon, 17 Oct 2022 12:45:35 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 30bdeb88420680017b04129af4fbbd3194921797
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 17 18:42:19 2022 +0200
gnu: emacs-vertico: Update to 0.28.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.28.
---
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 42408161c7..0b7051728e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32670,7 +32670,7 @@ and preferred services can easily be configured.")
(define-public emacs-vertico
(package
(name "emacs-vertico")
- (version "0.27")
+ (version "0.28")
(source
(origin
(method git-fetch)
@@ -32679,7 +32679,7 @@ and preferred services can easily be configured.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "17ip4v0hkv9q2fsnpja24jnf5d5zn4g91553n2s0l5c6gwwpilkp"))))
+ (base32 "0yybwj32k74c5c4rzlpmkq540b8ax0ihn5v7krnri83wn50hr272"))))
(build-system emacs-build-system)
(arguments
`(#:phases