* [bug#43289] [PATCH] gnu: emacs-which-key: Update to 3.5.0.
@ 2020-09-09 9:43 Michael Rohleder
2020-09-09 21:01 ` bug#43289: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-09-09 9:43 UTC (permalink / raw)
To: 43289; +Cc: Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.0.
---
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 0b1c79de79..5d2e039b6e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11942,7 +11942,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.4.0")
+ (version "3.5.0")
(source
(origin
(method git-fetch)
@@ -11951,7 +11951,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 "1ahgb7dqdc75farkl0fg0a6hvx2067gdvjq99cd3z2dz56km0p05"))))
+ (base32 "13lgjsm9pwgjsxg7lzc1c9sw2bzssxikfj6grnshqfll8kz8yr4r"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#43289: [PATCH] gnu: emacs-which-key: Update to 3.5.0.
2020-09-09 9:43 [bug#43289] [PATCH] gnu: emacs-which-key: Update to 3.5.0 Michael Rohleder
@ 2020-09-09 21:01 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-09-09 21:01 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 43289-done
Hello,
Michael Rohleder <mike@rohleder.de> writes:
> * gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.0.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-09 21:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-09 9:43 [bug#43289] [PATCH] gnu: emacs-which-key: Update to 3.5.0 Michael Rohleder
2020-09-09 21:01 ` bug#43289: " 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.