mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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>
This commit is contained in:
parent
350cfccb06
commit
d71b758f3a
1 changed files with 6 additions and 5 deletions
|
@ -1487,17 +1487,18 @@ (define-public emacs-s
|
||||||
(define-public emacs-symon
|
(define-public emacs-symon
|
||||||
(package
|
(package
|
||||||
(name "emacs-symon")
|
(name "emacs-symon")
|
||||||
(version "20170224.33")
|
(version "20160630")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://melpa.org/packages/symon-"
|
(uri (string-append "https://github.com/zk-phi/symon/archive/"
|
||||||
version ".el"))
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"109jd7yjhdrrf5jqpqyv543nb28g7065z58bji9pvxanzi4zl2iz"))))
|
"0h4jcgdnq98wc9rj72nwyazq8498yg55jfljiij5qwbn1xf1g5zz"))))
|
||||||
(build-system emacs-build-system)
|
(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")
|
(synopsis "Tiny graphical system monitor")
|
||||||
(description
|
(description
|
||||||
"Tiny graphical system monitor for the Emacs minibuffer when idle.")
|
"Tiny graphical system monitor for the Emacs minibuffer when idle.")
|
||||||
|
|
Loading…
Reference in a new issue