mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-which-key: Update to 3.5.1.
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.1.
This commit is contained in:
parent
ee3f819fb4
commit
2c46caad27
1 changed files with 2 additions and 2 deletions
|
@ -13233,7 +13233,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
|
|||
(define-public emacs-which-key
|
||||
(package
|
||||
(name "emacs-which-key")
|
||||
(version "3.5.0")
|
||||
(version "3.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13242,7 +13242,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "13lgjsm9pwgjsxg7lzc1c9sw2bzssxikfj6grnshqfll8kz8yr4r"))))
|
||||
(base32 "1g07i6hyv9glhk6xq1z9vn81vi2f0byy7dp3rg4gw22sm6f6d1al"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue