[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

Debbugs page

Michael Rohleder wrote 5 years ago
(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-----

Nicolas Goaziou wrote 5 years ago
(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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 40110@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40110
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help