gnu: emacs-which-key: Update to 3.5.1.

* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.1.
This commit is contained in:
Nicolas Goaziou 2021-02-06 11:10:57 +01:00
parent ee3f819fb4
commit 2c46caad27
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13233,7 +13233,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.0")
(version "3.5.1")
(source
(origin
(method git-fetch)
@ -13242,7 +13242,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 "13lgjsm9pwgjsxg7lzc1c9sw2bzssxikfj6grnshqfll8kz8yr4r"))))
(base32 "1g07i6hyv9glhk6xq1z9vn81vi2f0byy7dp3rg4gw22sm6f6d1al"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t