mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-key-chord: Update to 0.7.1.1.
* gnu/packages/emacs-xyz.scm (emacs-key-chord): Update to 0.7.1.1. Change-Id: Idaa31c0b999442fd5c81284f0944db0388291bc3
This commit is contained in:
parent
ef53d2862f
commit
037f1d2b7a
1 changed files with 2 additions and 2 deletions
|
@ -20552,7 +20552,7 @@ (define-public emacs-transpose-mark
|
|||
(define-public emacs-key-chord
|
||||
(package
|
||||
(name "emacs-key-chord")
|
||||
(version "0.7")
|
||||
(version "0.7.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -20562,7 +20562,7 @@ (define-public emacs-key-chord
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r3zvq1z79csgcq0mgifdakx0z0li3haxk4wxvijwxllfb9kn22g"))))
|
||||
"1ikg1kfyb8rgms5yvvg4117kmzw2jlq8h1wyq2l93my99c5qwm2g"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://www.emacswiki.org/emacs/key-chord.el")
|
||||
(synopsis "Map pairs of simultaneously pressed keys to Emacs commands")
|
||||
|
|
Loading…
Reference in a new issue