unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42235] gnu: emacs-racket-mode: Update to 20200706.
@ 2020-07-06 19:59 Christopher Lemmer Webber
  2020-07-07 12:11 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Lemmer Webber @ 2020-07-06 19:59 UTC (permalink / raw)
  To: 42235


[-- Attachment #1.1: Type: text/plain, Size: 143 bytes --]

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...


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-emacs-racket-mode-Update-to-20200706.patch --]
[-- Type: text/x-patch, Size: 1731 bytes --]

From 341c387b94ab78fa887a25f2b400bb0a9332851c Mon Sep 17 00:00:00 2001
From: Christopher Lemmer Webber <cwebber@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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* [bug#42235] gnu: emacs-racket-mode: Update to 20200706.
  2020-07-06 19:59 [bug#42235] gnu: emacs-racket-mode: Update to 20200706 Christopher Lemmer Webber
@ 2020-07-07 12:11 ` Nicolas Goaziou
  2020-07-07 12:34   ` Christopher Lemmer Webber
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2020-07-07 12:11 UTC (permalink / raw)
  To: Christopher Lemmer Webber; +Cc: 42235

Hello,

Christopher Lemmer Webber <cwebber@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,
-- 
Nicolas Goaziou




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

* [bug#42235] gnu: emacs-racket-mode: Update to 20200706.
  2020-07-07 12:11 ` Nicolas Goaziou
@ 2020-07-07 12:34   ` Christopher Lemmer Webber
  2020-07-07 15:00     ` bug#42235: " Christopher Lemmer Webber
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Lemmer Webber @ 2020-07-07 12:34 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 42235

Nicolas Goaziou writes:

> Hello,
>
> Christopher Lemmer Webber <cwebber@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!




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

* bug#42235: gnu: emacs-racket-mode: Update to 20200706.
  2020-07-07 12:34   ` Christopher Lemmer Webber
@ 2020-07-07 15:00     ` Christopher Lemmer Webber
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Lemmer Webber @ 2020-07-07 15:00 UTC (permalink / raw)
  Cc: guix-patches, 42235-done, Nicolas Goaziou

Christopher Lemmer Webber writes:

> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Christopher Lemmer Webber <cwebber@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 :)




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

end of thread, other threads:[~2020-07-07 15:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-06 19:59 [bug#42235] gnu: emacs-racket-mode: Update to 20200706 Christopher Lemmer Webber
2020-07-07 12:11 ` Nicolas Goaziou
2020-07-07 12:34   ` Christopher Lemmer Webber
2020-07-07 15:00     ` bug#42235: " Christopher Lemmer Webber

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).