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:
parent
c553b08b49
commit
5a6f7a6805
|
@ -3546,6 +3546,7 @@ It is recommended to use @code{clojure-mode} with paredit or smartparens.")
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/cask/epl/archive/"
|
"https://github.com/cask/epl/archive/"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1511n3a3f5gvaf2b4nh018by61ciyzi3y3603fzqma7p9hrckarc"))))
|
"1511n3a3f5gvaf2b4nh018by61ciyzi3y3603fzqma7p9hrckarc"))))
|
||||||
|
|
Loading…
Reference in New Issue