~ruther/guix-local

b125649a5945f54b2af4f2cf8919580d1db07cc6 — Vasile Dumitrascu 9 years ago 3ee9355
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 <mbakke@fastmail.com>
1 files changed, 6 insertions(+), 5 deletions(-)

M gnu/packages/emacs.scm
M gnu/packages/emacs.scm => gnu/packages/emacs.scm +6 -5
@@ 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