gnu: emacs-racket-mode: Update to 20200706.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Lemmer Webber
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Christopher Lemmer Webber
Severity
normal

Debbugs page

Christopher Lemmer Webber wrote 5 years ago
(address . guix-patches@gnu.org)
87tuykpg8f.fsf@dustycloud.org
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...
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(-)

Toggle diff (32 lines)
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
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEUQqGKOKndniPjHCcS8Alkl/49NMFAl8DgpAACgkQS8Alkl/4
9NOscA//Su/RFO9M5uuf81pks+ApSZtP7nInqAjBVP+aMnL9UQETo6FStKi3sg/9
RjXS2C3h6+BKUAVp8I1NuwStZ0DwjYVP5FU864+13nZclEie7R+xXmuTvfO8dovy
JFzh+zE4WvPsPcjBECEx7Xbvjee0KxdXtbK0YUKdoRTiAOyErn2QGfP7lDWJjmr4
mDEuO3UFUT5ANGMIAqaQYn7Onyk/1pnn3u4rTLqqbyvjuhLwfrW4ufwMjHswQb/t
7Wl2UWP3vyTvhweE6GHNfB+rSdEFKfUgHt6nuNtUElwsJIUOZYP9FwZhSCAOfkSc
oFpoXrMteSMyxnGcEgvtJFHzl3eVVXP2HWnGeb2q6LLQMoGd1OIH87201n/clow4
Gh6MSAlUveksUZoTLakRUmxRoJb5OTRrNXMwqOTSNIoZHb4idRMp83z+AwiX9aKs
fXry6oCplooZuyzArLL0buk/ibtYy8pLeeeg1qDRZda0iGnNDTeNKPW+XOMm+UjY
JaGZM41+V83IonHJAttiQ1N1tb6WwjgJKM2/UHSXvBRfMytFRm0XYmeg1z/mo0C0
qDJT9E+D77/A91uvWvgdCujgx7H/WgmxnwWX9dsHzfVQhrd2ahgAfU92Dyq6sheI
TkpzVIKy5G/eJSOIhBOExnDwjpWpYpXCLy26Sg8VZMLftwm3hng=
=tP1j
-----END PGP SIGNATURE-----

Nicolas Goaziou wrote 5 years ago
(name . Christopher Lemmer Webber)(address . cwebber@dustycloud.org)(address . 42235@debbugs.gnu.org)
87pn977cey.fsf@nicolasgoaziou.fr
Hello,

Christopher Lemmer Webber <cwebber@dustycloud.org> writes:

Toggle quote (5 lines)
> 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
Christopher Lemmer Webber wrote 5 years ago
(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)(address . 42235@debbugs.gnu.org)
87lfjvh5ak.fsf@dustycloud.org
Nicolas Goaziou writes:

Toggle quote (13 lines)
> 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!
Christopher Lemmer Webber wrote 5 years ago
87imezgykg.fsf@dustycloud.org
Christopher Lemmer Webber writes:

Toggle quote (17 lines)
> 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 :)
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42235@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42235
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help