mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: emacs-keycast: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.3.0. [propagated-inputs]: Add EMACS-COMPAT.
This commit is contained in:
parent
7bdd76c888
commit
87d5754107
1 changed files with 4 additions and 2 deletions
|
@ -5253,7 +5253,7 @@ (define-public emacs-kbd
|
|||
(define-public emacs-keycast
|
||||
(package
|
||||
(name "emacs-keycast")
|
||||
(version "1.2.0")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5262,8 +5262,10 @@ (define-public emacs-keycast
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01z20lsnjk8pwdsl4vx5dqdc4603bmb7fxan7n8j1fgvkvi63yzl"))))
|
||||
(base32 "1hri91g6c0507vaisx3c0xr52xwy82j3vqk0irf30mcrv1j9a5hd"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-keycast))
|
||||
(home-page "https://github.com/tarsius/keycast")
|
||||
(synopsis "Show current command and its key in the mode line")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue