diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2021-04-30 20:46:26 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2021-04-30 20:46:38 +0300 |
commit | 3036bbe1c88a087b97aa07f25a56a1b6a72d9a48 (patch) | |
tree | 6ad7c4227ad54af165e947024e16e8f4f1c8a6da | |
parent | f09e4dd8ea6b86ecbae9c90e0316f6fa44b546d6 (diff) | |
download | guix-3036bbe1c88a087b97aa07f25a56a1b6a72d9a48.tar guix-3036bbe1c88a087b97aa07f25a56a1b6a72d9a48.tar.gz |
gnu: emacs-which-key: Update to 3.5.2.
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.2.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ 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 |