gnu: emacs-org-edit-latex: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-org-edit-latex)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
5ff1137b9c
commit
f2e1d46d5a
|
@ -7650,14 +7650,13 @@ characters from end of lines.")
|
||||||
(version "0.8.0")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/et2010/org-edit-latex/archive/v"
|
(url "https://github.com/et2010/org-edit-latex.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 "0zcllyhx9n9vcr5w87h0hfz25v52lvh5fi717cb7mf3jh89zh842"))))
|
||||||
"1y4h6wrs8286h9pbsv4d8fr67a885vz8b2k80qgv5qddipi2i78p"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-auctex" ,emacs-auctex)
|
`(("emacs-auctex" ,emacs-auctex)
|
||||||
|
|
Loading…
Reference in New Issue