gnu: emacs-keycast: Update to 1.1.1.

* gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.1.1.
This commit is contained in:
Nicolas Goaziou 2021-08-26 10:27:50 +02:00
parent f0b0d67341
commit 71521c341f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -3733,7 +3733,7 @@ kmonad's configuration files (@file{.kbd}).")
(define-public emacs-keycast
(package
(name "emacs-keycast")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method git-fetch)
@ -3742,7 +3742,7 @@ kmonad's configuration files (@file{.kbd}).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0093v1c5nl2bh1lvccqq6fzpgjald3yypp87dsim982aywl2vlv1"))))
(base32 "09xr0h2ag3pzlz455gv5h915vn1dz56gqx61jx3n7fc4a794pqxw"))))
(build-system emacs-build-system)
(home-page "https://github.com/tarsius/keycast")
(synopsis "Show current command and its key in the mode line")