gnu: emacs-cnfonts: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-cnfonts)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
96a15c65c6
commit
64f8e50c31
|
@ -6704,15 +6704,15 @@ constructs.")
|
||||||
(package
|
(package
|
||||||
(name "emacs-cnfonts")
|
(name "emacs-cnfonts")
|
||||||
(version "0.9.1")
|
(version "0.9.1")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append
|
(method git-fetch)
|
||||||
"https://github.com/tumashu/cnfonts/archive/v"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/tumashu/cnfonts.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"1l6cgcvc6md1zq97ccczankpyi0k4vjx6apflny6kjq3p33lyhf4"))))
|
(base32 "11d44lf0m0kbzq1mvyqkl4aprys0xqaarp08nij57xnynin1rynx"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/tumashu/cnfonts")
|
(home-page "https://github.com/tumashu/cnfonts")
|
||||||
(synopsis "Emacs Chinese fonts setup tool")
|
(synopsis "Emacs Chinese fonts setup tool")
|
||||||
|
|
Loading…
Reference in New Issue