[PATCH] gnu: emacs-vertico: Update to 0.13.

  • Done
  • quality assurance status badge
Details
2 participants
  • Alexandr Vityazev
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Alexandr Vityazev
Severity
normal
A
A
Alexandr Vityazev wrote on 29 Jul 2021 11:36
(address . guix-patches@gnu.org)
871r7hqx5i.fsf@posteo.org
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.13.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
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
N
N
Nicolas Goaziou wrote on 31 Jul 2021 14:04
(name . Alexandr Vityazev)(address . avityazev@posteo.org)(address . 49767-done@debbugs.gnu.org)
87bl6in0ym.fsf@nicolasgoaziou.fr
Hello,

Alexandr Vityazev <avityazev@posteo.org> writes:

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

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?