mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-keycast: Update to 1.1.3.
* gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.1.3. [source]<url>: Remove ".git" suffix.
This commit is contained in:
parent
374fea0f3b
commit
0f869287eb
1 changed files with 3 additions and 3 deletions
|
@ -3705,16 +3705,16 @@ (define-public emacs-kbd
|
|||
(define-public emacs-keycast
|
||||
(package
|
||||
(name "emacs-keycast")
|
||||
(version "1.1.2")
|
||||
(version "1.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/tarsius/keycast.git")
|
||||
(url "https://github.com/tarsius/keycast")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15ppn7dzmlgmd941g59vvbs7w5xjf5xs18va65scp7z9nvgpn4qx"))))
|
||||
(base32 "0s31b3kal4j08waa2fwz5d6269wsdywb60a7h4r5vzsrr238lks3"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/tarsius/keycast")
|
||||
(synopsis "Show current command and its key in the mode line")
|
||||
|
|
Loading…
Reference in a new issue