all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48509] [PATCH] gnu: emacs-vertico: Update to 0.10.
@ 2021-05-18 21:38 Xinglu Chen
  2021-05-19 13:51 ` bug#48509: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-05-18 21:38 UTC (permalink / raw)
  To: 48509

* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.10.
---
 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 f85a44b51a..99d439a580 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27929,7 +27929,7 @@ and preferred services can easily be configured.")
 (define-public emacs-vertico
   (package
     (name "emacs-vertico")
-    (version "0.9")
+    (version "0.10")
     (source
      (origin
        (method git-fetch)
@@ -27938,7 +27938,7 @@ and preferred services can easily be configured.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0wa3j9f6m0a4ngxydk4kp90f3090xfpjh5286n7gyy9lq91x6kca"))))
+        (base32 "0am7d29gni7irbwsv3zc9cpk12f6pyys06zlpj506wj2d21v36la"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("texinfo" ,texinfo)))

base-commit: 687adf00dd2583eef66bdec0a15b629281c30819
-- 
2.31.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#48509: [PATCH] gnu: emacs-vertico: Update to 0.10.
  2021-05-18 21:38 [bug#48509] [PATCH] gnu: emacs-vertico: Update to 0.10 Xinglu Chen
@ 2021-05-19 13:51 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-05-19 13:51 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 48509-done

Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.10.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-19 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18 21:38 [bug#48509] [PATCH] gnu: emacs-vertico: Update to 0.10 Xinglu Chen
2021-05-19 13:51 ` bug#48509: " Nicolas Goaziou

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.