[PATCH] gnu: emacs-which-key: update to 3.4.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 17 Mar 2020 19:10
(address . guix-patches@gnu.org)
87k13ic0ot.fsf@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to
3.4.0
From f36fee740bab3d74b526358be421a1527af9b69d Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Tue, 17 Mar 2020 19:03:45 +0100
Subject: [PATCH] gnu: emacs-which-key: update to 3.4.0

* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.4.0
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a821bc7776..ce1a9eb7f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10403,7 +10403,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
(define-public emacs-which-key
(package
(name "emacs-which-key")
- (version "3.3.1")
+ (version "3.4.0")
(source
(origin
(method git-fetch)
@@ -10412,7 +10412,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dh6kr00wmql46whjkvnl953zngiv5j99ypvr1b3cb2174623afb"))))
+ (base32 "1ahgb7dqdc75farkl0fg0a6hvx2067gdvjq99cd3z2dz56km0p05"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
--
2.25.1
--
COFFEE.EXE Missing - Insert Cup and Press Any Key
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl5xEoIACgkQfHr/vv7y
yyUIfQf9HCqXVxKiuqO9vmCtLoDt5h6ZZX+1QwuxZnFcs/58C2tnvqsCgm1zEjk/
DxG6f1AVndHIfjROg3/CMJnal/0X3gd4V3Czr2nGc3cO5370gTCDhRIgW9M3Azuy
hBY9UxruU5rYHoBiGiQDiqkY9f61CAHWwPU60ARzOLNPpUuRcUXbov+rOsTGzriE
8q8l3gV7vQCSabzh7IKy/WNx5bnGZpnjOw7hPPm6b9JEbKKhD7w+U+jtnZ4/G5Oc
aDhQq0UZGrR1u4Ziw3o4H+iYa8wFbJuoor3W5FgK4lOEw9Fu3+BbVaS23aYzK4Mg
1OFykZO3gmb25bgLwVXn4ErZ5iQ7/w==
=cOrq
-----END PGP SIGNATURE-----

N
N
Nicolas Goaziou wrote on 18 Mar 2020 12:29
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 40110-done@debbugs.gnu.org)
87k13hgaus.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.4.0

Applied. Thank you.

Regards,

--
Nicolas Goaziou
Closed
?