all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49767] [PATCH] gnu: emacs-vertico: Update to 0.13.
@ 2021-07-29  9:36 Alexandr Vityazev
  2021-07-31 12:04 ` bug#49767: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandr Vityazev @ 2021-07-29  9:36 UTC (permalink / raw)
  To: 49767

* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.13.
---
 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 d468abd8e2..ef82c0eeae 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28894,7 +28894,7 @@ and preferred services can easily be configured.")
 (define-public emacs-vertico
   (package
     (name "emacs-vertico")
-    (version "0.12")
+    (version "0.13")
     (source
      (origin
        (method git-fetch)
@@ -28903,7 +28903,7 @@ and preferred services can easily be configured.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qb5qmspc7042r366d73j26hrzmrsdwscv8ly9glsa4gbdxcjkln"))))
+        (base32 "09zrrjbfbvj5lfrgjq21nsavdm69iwdsa0a80618v7xlkfk56wf1"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("texinfo" ,texinfo)))
-- 
2.32.0



-- 

Alexandr Vityazev




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

* bug#49767: [PATCH] gnu: emacs-vertico: Update to 0.13.
  2021-07-29  9:36 [bug#49767] [PATCH] gnu: emacs-vertico: Update to 0.13 Alexandr Vityazev
@ 2021-07-31 12:04 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-07-31 12:04 UTC (permalink / raw)
  To: Alexandr Vityazev; +Cc: 49767-done

Hello,

Alexandr Vityazev <avityazev@posteo.org> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-07-31 12:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29  9:36 [bug#49767] [PATCH] gnu: emacs-vertico: Update to 0.13 Alexandr Vityazev
2021-07-31 12:04 ` bug#49767: " 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.