mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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:
parent
22fc581db3
commit
6669a93284
1 changed files with 1 additions and 0 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue