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

* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.3.
This commit is contained in:
Nicolas Goaziou 2021-06-22 07:58:57 +02:00
parent adf485c815
commit d534d076f0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14363,7 +14363,7 @@ (define-public emacs-dired-sidebar
(define-public emacs-which-key
(package
(name "emacs-which-key")
(version "3.5.2")
(version "3.5.3")
(source
(origin
(method git-fetch)
@ -14372,7 +14372,7 @@ (define-public emacs-which-key
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1wgygby4zwlbx6ry6asraaixl169qdz092zgk1brvg63w7f8vkkb"))))
(base32 "144i3hkgm36wnfmqk5vq390snziy3zhwifbh6q6dzs99ic77d5g6"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t