me
/
guix
Archived
1
0
Fork 0

gnu: emacs-key-chord: Update to 0.7.

* gnu/packages/emacs-xyz.scm (emacs-key-chord): Update to 0.7.
[source]<origin>: Use GIT-FETCH and switch to Emacs Orphanage.

Change-Id: I413f5c7a474d32b0e74f9535306f8d100df3f08f
master
Nicolas Goaziou 2024-03-17 23:02:09 +01:00
parent 5b98fc574c
commit decde148e1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 7 additions and 5 deletions

View File

@ -19787,15 +19787,17 @@ a point. The plugin provides visual feedback for marked regions.")
(define-public emacs-key-chord
(package
(name "emacs-key-chord")
(version "0.6")
(version "0.7")
(source
(origin
(method url-fetch)
(uri "https://www.emacswiki.org/emacs/download/key-chord.el")
(file-name (string-append "key-chord-" version ".el"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacsorphanage/key-chord")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"03m44pqggfrd53nh9dvpdjgm0rvca34qxmd30hr33hzprzjambxg"))))
"0r3zvq1z79csgcq0mgifdakx0z0li3haxk4wxvijwxllfb9kn22g"))))
(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")