GNU bug report logs -
#26285
[PATCH] gnu: emacs-monroe: Update to 0.3.1.
Previous Next
Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>
Date: Tue, 28 Mar 2017 20:00:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26285 in the body.
You can then email your comments to 26285 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#26285
; Package
guix-patches
.
(Tue, 28 Mar 2017 20:00:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vasile Dumitrascu <va511e <at> yahoo.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 28 Mar 2017 20:00:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Marius Bakke <mbakke <at> fastmail.com>
:
You have taken responsibility.
(Wed, 29 Mar 2017 01:11:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vasile Dumitrascu <va511e <at> yahoo.com>
:
bug acknowledged by developer.
(Wed, 29 Mar 2017 01:11:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 26285-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Vasile Dumitrascu <va511e <at> 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
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 26 Apr 2017 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 114 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.