3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
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

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