mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
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:
parent
f09e4dd8ea
commit
3036bbe1c8
1 changed files with 2 additions and 2 deletions
|
@ -13692,7 +13692,7 @@ (define-public emacs-dired-sidebar
|
|||
(define-public emacs-which-key
|
||||
(package
|
||||
(name "emacs-which-key")
|
||||
(version "3.5.1")
|
||||
(version "3.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13701,7 +13701,7 @@ (define-public emacs-which-key
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1g07i6hyv9glhk6xq1z9vn81vi2f0byy7dp3rg4gw22sm6f6d1al"))))
|
||||
(base32 "1wgygby4zwlbx6ry6asraaixl169qdz092zgk1brvg63w7f8vkkb"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
|
|
Loading…
Reference in a new issue