guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: emacs-symon: Update to 20160630.


From: Alex Kost
Subject: 03/03: gnu: emacs-symon: Update to 20160630.
Date: Fri, 7 Apr 2017 13:24:51 -0400 (EDT)

alezost pushed a commit to branch master
in repository guix.

commit d71b758f3ae77ccbab766244ee2b2733371fc265
Author: Vasile Dumitrascu <address@hidden>
Date:   Tue Mar 28 21:50:02 2017 +0200

    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 <address@hidden>
---
 gnu/packages/emacs.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index f6f8fcf..cc14fd2 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]