mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: emacs-key-chord: Set source file-name.
* gnu/packages/emacs.scm (emacs-key-chord)[source]: Add file-name field.
This commit is contained in:
parent
8a421ddb29
commit
a742becd6c
1 changed files with 1 additions and 0 deletions
|
@ -4584,6 +4584,7 @@ (define-public emacs-key-chord
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri "https://www.emacswiki.org/emacs/download/key-chord.el")
|
||||
(file-name (string-append "key-chord-" version ".el"))
|
||||
(sha256
|
||||
(base32
|
||||
"03m44pqggfrd53nh9dvpdjgm0rvca34qxmd30hr33hzprzjambxg"))))
|
||||
|
|
Loading…
Reference in a new issue