* [bug#48236] [PATCH] gnu: emacs-vertico: Update to 0.8.
@ 2021-05-05 13:19 Xinglu Chen
0 siblings, 0 replies; only message in thread
From: Xinglu Chen @ 2021-05-05 13:19 UTC (permalink / raw)
To: 48236
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.8.
---
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 1a640a53f3..38bb05a61c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27811,7 +27811,7 @@ and preferred services can easily be configured.")
(define-public emacs-vertico
(package
(name "emacs-vertico")
- (version "0.6")
+ (version "0.8")
(source
(origin
(method git-fetch)
@@ -27820,7 +27820,7 @@ and preferred services can easily be configured.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1is189z4hmrq49zqvm10xmq7ggj0zy57p0drzcrn1m94qicxnwj2"))))
+ (base32 "11yaq9p5406m88l0di0g9q782gj5g3b2kc555440fwqcpjhdshqg"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))
base-commit: 56e4d7204b0d4f83ab8cf4aab24199a9f8dc082c
--
2.31.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-05-05 13:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-05 13:19 [bug#48236] [PATCH] gnu: emacs-vertico: Update to 0.8 Xinglu Chen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.