gnu: emacs-emmet-mode: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-emmet-mode)[source]: Download using
git-fetch.
master
Efraim Flashner 2019-03-27 23:01:49 +02:00
parent 0f8ff55513
commit d8de2c01ff
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 8 additions and 7 deletions

View File

@ -8729,13 +8729,14 @@ Anzu.zim.")
(name "emacs-emmet-mode") (name "emacs-emmet-mode")
(version "1.0.8") (version "1.0.8")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/smihica/emmet-mode" (uri (git-reference
"/archive/" version ".tar.gz")) (url "https://github.com/smihica/emmet-mode.git")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"0g3p22yabfcp98cfv9dgl9il2m2pd53isq2q11vb3s7qyn31f7zj")))) (base32
"1dsa85bk33j90h1ypaz1ylqh9yp2xvlga237h3kwa5y3sb0d5ydi"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/smihica/emmet-mode") (home-page "https://github.com/smihica/emmet-mode")
(synopsis "Unofficial Emmet's support for Emacs") (synopsis "Unofficial Emmet's support for Emacs")