Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-hcl-mode)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-08 23:34:09 +02:00
parent 78b035ae20
commit b98209bd56
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8663,14 +8663,13 @@ the pipeline, featuring the support for running @code{emacsclient}.")
(version "0.03") (version "0.03")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/syohex/emacs-hcl-mode/archive/" (url "https://github.com/syohex/emacs-hcl-mode.git")
version ".tar.gz")) (commit version)))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0jqrgq15jz6pvx38pnwkizzfiih0d3nxqphyrc92nqpcyimg8b6g"))))
"0pvw74qpwh0znqzp6syp4wxjqs7dp1hbn5h7xfk97mff9l5d8k6x"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/syohex/emacs-hcl-mode") (home-page "https://github.com/syohex/emacs-hcl-mode")
(synopsis "Major mode for the Hashicorp Configuration Language") (synopsis "Major mode for the Hashicorp Configuration Language")