gnu: emacs-symon: Don't use unstable tarball.

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

View File

@ -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")