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:
Nicolas Goaziou 2024-09-15 09:20:33 +02:00
parent ef53d2862f
commit 037f1d2b7a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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