gnu: emacs-epl: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-epl)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
eba7c513cf
commit
d95ec770db
|
@ -4386,15 +4386,15 @@ It is recommended to use @code{clojure-mode} with paredit or smartparens.")
|
||||||
(package
|
(package
|
||||||
(name "emacs-epl")
|
(name "emacs-epl")
|
||||||
(version "0.8")
|
(version "0.8")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append
|
(method git-fetch)
|
||||||
"https://github.com/cask/epl/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/cask/epl.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0sjxd5y5hxhrbgfkpwx6m724r3841b53hgc61a0g5zwispw5pmrr"))))
|
||||||
"1511n3a3f5gvaf2b4nh018by61ciyzi3y3603fzqma7p9hrckarc"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/cask/epl")
|
(home-page "https://github.com/cask/epl")
|
||||||
(synopsis "Emacs Package Library")
|
(synopsis "Emacs Package Library")
|
||||||
|
|
Loading…
Reference in New Issue