mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-keycast: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.2.0.
This commit is contained in:
parent
068d99978a
commit
3532e29e38
1 changed files with 2 additions and 2 deletions
|
@ -3866,7 +3866,7 @@ (define-public emacs-kbd
|
||||||
(define-public emacs-keycast
|
(define-public emacs-keycast
|
||||||
(package
|
(package
|
||||||
(name "emacs-keycast")
|
(name "emacs-keycast")
|
||||||
(version "1.1.3")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3875,7 +3875,7 @@ (define-public emacs-keycast
|
||||||
(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 "0s31b3kal4j08waa2fwz5d6269wsdywb60a7h4r5vzsrr238lks3"))))
|
(base32 "01z20lsnjk8pwdsl4vx5dqdc4603bmb7fxan7n8j1fgvkvi63yzl"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/tarsius/keycast")
|
(home-page "https://github.com/tarsius/keycast")
|
||||||
(synopsis "Show current command and its key in the mode line")
|
(synopsis "Show current command and its key in the mode line")
|
||||||
|
|
Loading…
Reference in a new issue