all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26285: [PATCH] gnu: emacs-monroe: Update to 0.3.1.
@ 2017-03-28 19:58 Vasile Dumitrascu
  2017-03-29  1:09 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Vasile Dumitrascu @ 2017-03-28 19:58 UTC (permalink / raw)
  To: 26285; +Cc: Vasile Dumitrascu

* gnu/packages/emacs.scm (emacs-monroe): Update to 0.3.1.
  [source]: Use github instead of melpa.

  Version changed as previous version from melpa did not exist on github.
---
 gnu/packages/emacs.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index d585f244a..1becc28dd 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3427,15 +3427,16 @@ 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.bz2"))
         (sha256
           (base32
-            "06p0qdhg4arwij1qpiiiwsd0m1bbl1qwd20ij2bmhryrvrcpswq3"))))
+            "0icdx8shkd951phlnmcq1vqaxp1l667q5rjscskc5r22aylakh4w"))))
     (build-system emacs-build-system)
     (home-page "http://www.github.com/sanel/monroe")
     (synopsis "Clojure nREPL client for Emacs")
-- 
2.11.0

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

end of thread, other threads:[~2017-03-29  1:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-28 19:58 bug#26285: [PATCH] gnu: emacs-monroe: Update to 0.3.1 Vasile Dumitrascu
2017-03-29  1:09 ` Marius Bakke

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.