unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48646] [PATCH] gnu: emacs-vertico: Update to 0.11.
@ 2021-05-25  8:47 Xinglu Chen
  2021-05-25 10:09 ` bug#48646: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-05-25  8:47 UTC (permalink / raw)
  To: 48646

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

base-commit: a0b31909f482c7a3d1ee8f7f1a3595a33db38a92
-- 
2.31.1





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

* bug#48646: [PATCH] gnu: emacs-vertico: Update to 0.11.
  2021-05-25  8:47 [bug#48646] [PATCH] gnu: emacs-vertico: Update to 0.11 Xinglu Chen
@ 2021-05-25 10:09 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-05-25 10:09 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 48646-done

Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-05-25 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25  8:47 [bug#48646] [PATCH] gnu: emacs-vertico: Update to 0.11 Xinglu Chen
2021-05-25 10:09 ` bug#48646: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).