This is an automated email from the git hooks/post-receive script.
wigust pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3036bbe gnu: emacs-which-key: Update to 3.5.2.
3036bbe is described below
commit 3036bbe1c88a087b97aa07f25a56a1b6a72d9a48
Author: Oleg Pykhalov <[email protected]>
AuthorDate: Fri Apr 30 20:46:26 2021 +0300
gnu: emacs-which-key: Update to 3.5.2.
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.2.
---
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 17a57ab..84e0707 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13692,7 +13692,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.5.1")
+ (version "3.5.2")
(source
(origin
(method git-fetch)
@@ -13701,7 +13701,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 "1g07i6hyv9glhk6xq1z9vn81vi2f0byy7dp3rg4gw22sm6f6d1al"))))
+ (base32 "1wgygby4zwlbx6ry6asraaixl169qdz092zgk1brvg63w7f8vkkb"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t