gnu: emacs-transpose-frame: Set source file-name.
* gnu/packages/emacs.scm (emacs-transpose-frame)[source]: Add file-name field.
This commit is contained in:
parent
6669a93284
commit
8a421ddb29
1 changed files with 1 additions and 0 deletions
|
@ -4564,6 +4564,7 @@ (define-public emacs-transpose-frame
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri "http://www.emacswiki.org/emacs/download/transpose-frame.el")
|
||||
(file-name (string-append "transpose-frame-" version ".el"))
|
||||
(sha256
|
||||
(base32
|
||||
"1f67yksgw9s6j0033hmqzaxx2a93jm11sd5ys7cc3li5gfh680m4"))))
|
||||
|
|
Loading…
Reference in a new issue