diff mbox series

[bug#42235] gnu: emacs-racket-mode: Update to 20200706.

Message ID 87tuykpg8f.fsf@dustycloud.org
State Accepted
Headers show
Series [bug#42235] gnu: emacs-racket-mode: Update to 20200706. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Christine Lemmer-Webber July 6, 2020, 7:59 p.m. UTC
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...

Comments

Nicolas Goaziou July 7, 2020, 12:11 p.m. UTC | #1
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,
Christine Lemmer-Webber July 7, 2020, 12:34 p.m. UTC | #2
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!
Christine Lemmer-Webber July 7, 2020, 3 p.m. UTC | #3
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 :)
diff mbox series

Patch

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