diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 17a57abd66..84e0707b91 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13692,7 +13692,7 @@ (define-public emacs-dired-sidebar (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 @@ (define-public emacs-which-key (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