gnu: emacs-epl: Declare a source file-name.

* gnu/packages/emacs.scm (emacs-epl)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-04 12:30:08 +02:00
parent c553b08b49
commit 5a6f7a6805
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3546,6 +3546,7 @@ (define-public emacs-epl
(uri (string-append
"https://github.com/cask/epl/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1511n3a3f5gvaf2b4nh018by61ciyzi3y3603fzqma7p9hrckarc"))))