gnu: emacs-symon: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-symon)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
1e2d1712ea
commit
866b23f858
|
@ -1957,13 +1957,13 @@ strings.")
|
||||||
(version "20160630")
|
(version "20160630")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/zk-phi/symon/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/zk-phi/symon.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1q7di9s8k710nx98wnqnbkkhdimrn0jf6z4xkm4c78l6s5idjwlz"))))
|
||||||
"0h4jcgdnq98wc9rj72nwyazq8498yg55jfljiij5qwbn1xf1g5zz"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/zk-phi/symon")
|
(home-page "https://github.com/zk-phi/symon")
|
||||||
(synopsis "Tiny graphical system monitor")
|
(synopsis "Tiny graphical system monitor")
|
||||||
|
|
Loading…
Reference in New Issue