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

* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.2.
This commit is contained in:
Oleg Pykhalov 2021-04-30 20:46:26 +03:00
parent f09e4dd8ea
commit 3036bbe1c8
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -13692,7 +13692,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.5.1") (version "3.5.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -13701,7 +13701,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 "1g07i6hyv9glhk6xq1z9vn81vi2f0byy7dp3rg4gw22sm6f6d1al")))) (base32 "1wgygby4zwlbx6ry6asraaixl169qdz092zgk1brvg63w7f8vkkb"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t