GNU bug report logs -
#42235
gnu: emacs-racket-mode: Update to 20200706.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 07 Jul 2020 11:00:15 -0400
with message-id <87imezgykg.fsf <at> dustycloud.org>
and subject line Re: [bug#42235] gnu: emacs-racket-mode: Update to 20200706.
has caused the debbugs.gnu.org bug report #42235,
regarding gnu: emacs-racket-mode: Update to 20200706.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
42235: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42235
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Finally, now with REPL history!
I'm not really sure what's going on with the version number stuff here
so let me know if this looks right...
[0001-gnu-emacs-racket-mode-Update-to-20200706.patch (text/x-patch, inline)]
From 341c387b94ab78fa887a25f2b400bb0a9332851c Mon Sep 17 00:00:00 2001
From: Christopher Lemmer Webber <cwebber <at> dustycloud.org>
Date: Mon, 6 Jul 2020 15:57:18 -0400
Subject: [PATCH] gnu: emacs-racket-mode: Update to 20200706.
* gnu/packages/emacs-xyz.scm (emacs-racket-mode): Update to 20200706.
---
gnu/packages/emacs-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8ca331efd5..c1bde027c1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15575,8 +15575,8 @@ perform regression test for packages that provide font-lock rules.")
(license license:gpl3+))))
(define-public emacs-racket-mode
- (let ((commit "5f396fa91fc22310f5c519aa658436a1a5251846")
- (revision "5"))
+ (let ((commit "5eb31a284c8db5102bc71b1e2c6ce3a095ae085b")
+ (revision "6"))
(package
(name "emacs-racket-mode")
(version (git-version "0.0.2" revision commit))
@@ -15589,12 +15589,13 @@ perform regression test for packages that provide font-lock rules.")
(file-name (git-file-name name version))
(sha256
(base32
- "1214y08i0c51d1vzw9jzyf79vyfqizdy6m0980qs13qbdwsj32v0"))))
+ "081h6rd0gv88m0wvnmghi242kl39x1sz34qr4cq9vz04iwvnmgrm"))))
(build-system emacs-build-system)
(arguments
`(#:include '("\\.el$" "\\.rkt$")))
(propagated-inputs
`(("emacs-faceup" ,emacs-faceup)
+ ("emacs-pos-tip" ,emacs-pos-tip)
("emacs-s" ,emacs-s)))
(home-page "https://www.racket-mode.com/")
(synopsis "Major mode for the Racket language")
--
2.26.2
[signature.asc (application/pgp-signature, inline)]
[Message part 6 (message/rfc822, inline)]
Christopher Lemmer Webber writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Christopher Lemmer Webber <cwebber <at> dustycloud.org> writes:
>>
>>> Finally, now with REPL history!
>>>
>>> I'm not really sure what's going on with the version number stuff here
>>> so let me know if this looks right...
>>
>> It looks perfect to me :)
>>
>> Regards,
>
> Great... then pushed!
Oh yeah, and closing :)
This bug report was last modified 4 years and 315 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.