gnu: emacs-highlight-defined: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-highlight-defined)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-08 23:40:13 +02:00
parent 8792f08b09
commit fa8976d6ca
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 7 deletions

View File

@ -11036,14 +11036,13 @@ decrease the number at point.")
(version "0.1.5")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/Fanael/highlight-defined/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/Fanael/highlight-defined.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1ryd66989b5byqdw8jmjrjf0c78iiz72wibld750skcnj5h5h506"))))
(base32 "08czwa165rnd5z0dwwdddn7zi5w63sdk31l47bj0598kbly01n7r"))))
(build-system emacs-build-system)
(home-page "https://github.com/Fanael/highlight-defined")
(synopsis "Syntax highlighting of known Elisp symbols")