unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630.
@ 2017-03-28 19:50 Vasile Dumitrascu
  2017-03-30  8:45 ` Ludovic Courtès
  2017-04-07 17:27 ` Alex Kost
  0 siblings, 2 replies; 6+ messages in thread
From: Vasile Dumitrascu @ 2017-03-28 19:50 UTC (permalink / raw)
  To: 26284; +Cc: Vasile Dumitrascu

* gnu/packagages/emacs.scm (emacs-symon): Update to 20160630.
  [source]: Use github instead of melpa.

  Version changed as previous version from melpa did not exist on github.
---
 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 4fe2ffa4d..d585f244a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1486,17 +1486,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.")
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-07 19:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-28 19:50 bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630 Vasile Dumitrascu
2017-03-30  8:45 ` Ludovic Courtès
2017-03-30  9:34   ` Vasile Dumitrascu
2017-04-07 17:26   ` Alex Kost
2017-04-07 19:29     ` Ludovic Courtès
2017-04-07 17:27 ` Alex Kost

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).