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