gnu: emacs-highlight-sexp: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-highlight-sexp)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
aad5c928c4
commit
d82680e614
1 changed files with 6 additions and 7 deletions
|
@ -6361,14 +6361,13 @@ (define-public emacs-highlight-sexp
|
||||||
(version "1.0")
|
(version "1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/daimrod/highlight-sexp/archive/v"
|
(url "https://github.com/daimrod/highlight-sexp.git")
|
||||||
version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "12cyk2q5g6p4ac2hykw1cag7dp1prjjnck5f7nalwwaklmy62y79"))))
|
||||||
"0jwx87qkln1rg9wmv4qkgkml935fh2pkgrg5x4ca6n5dgb4q6rj1"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/daimrod/highlight-sexp")
|
(home-page "https://github.com/daimrod/highlight-sexp")
|
||||||
(synopsis "Minor mode that highlights the s-exp at the current position")
|
(synopsis "Minor mode that highlights the s-exp at the current position")
|
||||||
|
|
Loading…
Reference in a new issue