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:
Nicolas Goaziou 2023-05-21 14:13:43 +02:00
parent 7bdd76c888
commit 87d5754107
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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