gnu: emacs-jinja2-mode: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-jinja2-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
f2e3d0a947
commit
d4d2492ac6
|
@ -3440,13 +3440,13 @@ insertion mode. When enabled all keys are implicitly prefixed with
|
||||||
(version "0.2")
|
(version "0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/paradoxxxzero/jinja2-mode/"
|
(uri (git-reference
|
||||||
"archive/v" version ".tar.gz"))
|
(url "https://github.com/paradoxxxzero/jinja2-mode.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0l26wcy496k6xk7q5sf905xir0p73ziy6c44is77854lv3y0z381"))))
|
||||||
"0cgxjab1kla2zc2fj7bzib6i7snp08zshandmp9kqcm85l262xpn"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/paradoxxxzero/jinja2-mode")
|
(home-page "https://github.com/paradoxxxzero/jinja2-mode")
|
||||||
(synopsis "Major mode for jinja2")
|
(synopsis "Major mode for jinja2")
|
||||||
|
|
Loading…
Reference in New Issue