gnu: emacs-paren-face: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-paren-face)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-03-31 04:19:23 +02:00
parent d8ddc91cfb
commit be7344bed3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -2357,13 +2357,13 @@ Lisp.")
(version "1.0.0") (version "1.0.0")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/tarsius/paren-face/archive/" (uri (git-reference
version ".tar.gz")) (url "https://github.com/tarsius/paren-face.git")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0f128gqn170s6hl62n44i9asais75ns1mpvb4l8vzy1sc0v16c0k"))))
"0y4qrhxa9332vsvr999jg7qj1ymnfgwpf591yi4a4jgg90pm7qnn"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/tarsius/paren-face") (home-page "https://github.com/tarsius/paren-face")
(synopsis "Face for parentheses in lisp modes") (synopsis "Face for parentheses in lisp modes")