gnu: emacs-web-beautify: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-web-beautify)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
2880da9ea5
commit
5cbecbcf19
|
@ -10194,13 +10194,13 @@ documentation.")
|
||||||
(version "0.3.2")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/yasuyk/web-beautify/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/yasuyk/web-beautify.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0vms7zz3ym53wf1zdrkbf2ky2xjr1v134ngsd0jr8azyi8siw84d"))))
|
||||||
"1j57hwid74id4swkx2g0iljfawx0k9c7qjrwqc0mv657x9p78hcs"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/yasuyk/web-beautify")
|
(home-page "https://github.com/yasuyk/web-beautify")
|
||||||
(synopsis "Format HTML, CSS and JavaScript, JSON")
|
(synopsis "Format HTML, CSS and JavaScript, JSON")
|
||||||
|
|
Loading…
Reference in New Issue