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

* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Michael Rohleder 2020-09-09 11:43:24 +02:00 committed by Nicolas Goaziou
parent d5d5618c07
commit 3f3fd3d499
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11942,7 +11942,7 @@ (define-public emacs-dired-sidebar
(define-public emacs-which-key (define-public emacs-which-key
(package (package
(name "emacs-which-key") (name "emacs-which-key")
(version "3.4.0") (version "3.5.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -11951,7 +11951,7 @@ (define-public emacs-which-key
(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 "1ahgb7dqdc75farkl0fg0a6hvx2067gdvjq99cd3z2dz56km0p05")))) (base32 "13lgjsm9pwgjsxg7lzc1c9sw2bzssxikfj6grnshqfll8kz8yr4r"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t