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:
Arun Isaac 2017-05-13 10:50:31 +05:30
parent 8a421ddb29
commit a742becd6c
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

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