gnu: emacs-symon: Update to 20160630.

* gnu/packagages/emacs.scm (emacs-symon): Update to 20160630 (this is
the latest tag available from the upstream).
[source]: Use github instead of melpa.
[home-page]: Update.

Signed-off-by: Alex Kost <alezost@gmail.com>
master
Vasile Dumitrascu 2017-03-28 21:50:02 +02:00 committed by Alex Kost
parent 350cfccb06
commit d71b758f3a
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 6 additions and 5 deletions

View File

@ -1487,17 +1487,18 @@ strings.")
(define-public emacs-symon
(package
(name "emacs-symon")
(version "20170224.33")
(version "20160630")
(source
(origin
(method url-fetch)
(uri (string-append "http://melpa.org/packages/symon-"
version ".el"))
(uri (string-append "https://github.com/zk-phi/symon/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"109jd7yjhdrrf5jqpqyv543nb28g7065z58bji9pvxanzi4zl2iz"))))
"0h4jcgdnq98wc9rj72nwyazq8498yg55jfljiij5qwbn1xf1g5zz"))))
(build-system emacs-build-system)
(home-page "http://hins11.yu-yake.com/")
(home-page "https://github.com/zk-phi/symon")
(synopsis "Tiny graphical system monitor")
(description
"Tiny graphical system monitor for the Emacs minibuffer when idle.")