me
/
guix
Archived
1
0
Fork 0

gnu: emacs-keycast: Update to 1.1.2.

* gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.1.2.
Nicolas Goaziou 2022-01-11 10:14:27 +01:00
parent 566fec34de
commit 3be459c5e7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -3705,7 +3705,7 @@ kmonad's configuration files (@file{.kbd}).")
(define-public emacs-keycast (define-public emacs-keycast
(package (package
(name "emacs-keycast") (name "emacs-keycast")
(version "1.1.1") (version "1.1.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3714,7 +3714,7 @@ kmonad's configuration files (@file{.kbd}).")
(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 "09xr0h2ag3pzlz455gv5h915vn1dz56gqx61jx3n7fc4a794pqxw")))) (base32 "15ppn7dzmlgmd941g59vvbs7w5xjf5xs18va65scp7z9nvgpn4qx"))))
(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")