me
/
guix
Archived
1
0
Fork 0

gnu: emacs-transpose-frame: Set source file-name.

* gnu/packages/emacs.scm (emacs-transpose-frame)[source]: Add file-name field.
master
Arun Isaac 2017-05-13 10:49:54 +05:30
parent 6669a93284
commit 8a421ddb29
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 1 additions and 0 deletions

View File

@ -4564,6 +4564,7 @@ with gnuplot.")
(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"))))