* 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
* bug#26285: [PATCH] gnu: emacs-monroe: Update to 0.3.1.
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
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-03-29 1:09 UTC (permalink / raw)
To: Vasile Dumitrascu, 26285-done
[-- Attachment #1: Type: text/plain, Size: 863 bytes --]
Vasile Dumitrascu <va511e@yahoo.com> writes:
> * gnu/packages/emacs.scm (emacs-monroe): Update to 0.3.1.
> [source]: Use github instead of melpa.
Thanks!
> + (uri (string-append "https://github.com/sanel/monroe/archive/"
> + version ".tar.gz"))
> + (file-name (string-append name "-" version ".tar.bz2"))
^^^
I corrected this typo and committed with some other slight editorializing.
> (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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [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 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).