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.4.
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.4.
This commit is contained in:
parent
4199725ac8
commit
c0b6036247
1 changed files with 2 additions and 2 deletions
|
@ -15060,7 +15060,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
|
||||||
(define-public emacs-which-key
|
(define-public emacs-which-key
|
||||||
(package
|
(package
|
||||||
(name "emacs-which-key")
|
(name "emacs-which-key")
|
||||||
(version "3.5.3")
|
(version "3.5.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -15069,7 +15069,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
|
||||||
(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 "144i3hkgm36wnfmqk5vq390snziy3zhwifbh6q6dzs99ic77d5g6"))))
|
(base32 "0wz3bb7vzxqi3wqpn46z6ps00m9wjcpv9cfvqi7lyvm920sxzlv7"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:tests? #t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue