guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-monroe: Don't use MELPA archive.


From: Marius Bakke
Subject: 01/01: gnu: emacs-monroe: Don't use MELPA archive.
Date: Tue, 28 Mar 2017 21:09:48 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b125649a5945f54b2af4f2cf8919580d1db07cc6
Author: Vasile Dumitrascu <address@hidden>
Date:   Tue Mar 28 21:58:42 2017 +0200

    gnu: emacs-monroe: Don't use MELPA archive.
    
    * gnu/packages/emacs.scm (emacs-monroe)[version]: Change to 0.3.1.
    [source]: Use github instead of melpa. Add (file-name).
    [home-page]: Use HTTPS.
    
    Signed-off-by: Marius Bakke <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 fbd5b08..bf6a84b 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3427,17 +3427,18 @@ used for reverse direction.")
 (define-public emacs-monroe
   (package
     (name "emacs-monroe")
-    (version "20170220.540")
+    (version "0.3.1")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "http://melpa.org/packages/monroe-";
-                            version ".el"))
+        (uri (string-append "https://github.com/sanel/monroe/archive/";
+                            version ".tar.gz"))
+        (file-name (string-append name "-" version ".tar.gz"))
         (sha256
           (base32
-            "06p0qdhg4arwij1qpiiiwsd0m1bbl1qwd20ij2bmhryrvrcpswq3"))))
+            "0icdx8shkd951phlnmcq1vqaxp1l667q5rjscskc5r22aylakh4w"))))
     (build-system emacs-build-system)
-    (home-page "http://www.github.com/sanel/monroe";)
+    (home-page "https://github.com/sanel/monroe";)
     (synopsis "Clojure nREPL client for Emacs")
     (description
       "Monroe is a nREPL client for Emacs, focused on simplicity and easy



reply via email to

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