gnu: emacs-goto-chg: Set source file-name.

* gnu/packages/emacs.scm (emacs-goto-chg)[source]: Add file-name field.
This commit is contained in:
Arun Isaac 2017-05-13 10:48:25 +05:30
parent 22fc581db3
commit 6669a93284
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 1 additions and 0 deletions

View File

@ -3488,6 +3488,7 @@ extensions.")
(method url-fetch)
;; There is no versioned source.
(uri "https://www.emacswiki.org/emacs/download/goto-chg.el")
(file-name (string-append "goto-chg-" version ".el"))
(sha256
(base32
"078d6p4br5vips7b9x4v6cy0wxf6m5ij9gpqd4g33bryn22gnpij"))))