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 (define-public emacs-which-key
(package (package
(name "emacs-which-key") (name "emacs-which-key")
(version "3.5.0") (version "3.5.1")
(source (source
(origin (origin
(method git-fetch) (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)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "13lgjsm9pwgjsxg7lzc1c9sw2bzssxikfj6grnshqfll8kz8yr4r")))) (base32 "1g07i6hyv9glhk6xq1z9vn81vi2f0byy7dp3rg4gw22sm6f6d1al"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t