gnu: emacs-edit-server: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-edit-server)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-08 23:37:17 +02:00
parent cbd18c5ca7
commit 006a1da8a6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -9809,13 +9809,13 @@ (define-public emacs-edit-server
(version "1.13") (version "1.13")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/stsquad/emacs_chrome/archive/" (uri (git-reference
"v" version ".tar.gz")) (url "https://github.com/stsquad/emacs_chrome.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "12dp1xj09jrp0kxp9xb6cak9dn6zkyis1wfn4fnhzmxxnrd8c5rn"))))
"1r92kqggslqasza718z4ka883mqfbnibdm43f0j9gaipk0msm2wf"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases