[PATCH] gnu: emacs-racket-mode: Update and bug fix.

  • Done
  • quality assurance status badge
Details
2 participants
  • Konrad Hinsen
  • Ludovic Courtès
Owner
unassigned
Submitted by
Konrad Hinsen
Severity
normal

Debbugs page

K
K
Konrad Hinsen wrote on 14 Jun 2018 02:02
(address . guix-patches@gnu.org)
m1in6lybz2.fsf@fastmail.net
* gnu/packages/emacs.scm (emacs-racket-mode): Update and bug fix.

- Update to the current commit
- Bug fix: include Racket files in addition to Emacs Lisp files
---
gnu/packages/emacs.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index e5da65553..2494a1579 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9885,11 +9885,11 @@ perform regression test for packages that provide font-lock rules.")
(license license:gpl3+))))
(define-public emacs-racket-mode
- (let ((commit "33877b1bb24faea68842e0396bd5718b84e47451")
+ (let ((commit "48f0cb99d3b2ca6066249546d2063d85437251c1")
(revision "1"))
(package
(name "emacs-racket-mode")
- (version (string-append "0.0.1" "-" revision "."
+ (version (string-append "0.0.2" "-" revision "."
(string-take commit 7)))
(source
(origin
@@ -9900,8 +9900,10 @@ perform regression test for packages that provide font-lock rules.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0681mzwx08zwbh8qg3s26jw1jn4fw2ljp1akxqkhy08sxhafqvb1"))))
+ "0fxky8xj639bjhiab9way9daqda22301b7w85vm4b4ydgjgnc59x"))))
(build-system emacs-build-system)
+ (arguments
+ `(#:include '("\\.el$" "\\.rkt$")))
(propagated-inputs
`(("emacs-faceup" ,emacs-faceup)
("emacs-s" ,emacs-s)))
--
2.17.1
L
L
Ludovic Courtès wrote on 14 Jun 2018 13:44
(name . Konrad Hinsen)(address . konrad.hinsen@fastmail.net)(address . 31826@debbugs.gnu.org)
87lgbhxfmg.fsf@gnu.org
Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

Toggle quote (5 lines)
> * gnu/packages/emacs.scm (emacs-racket-mode): Update and bug fix.
>
> - Update to the current commit
> - Bug fix: include Racket files in addition to Emacs Lisp files

Applied, thanks!

Ludo'.
L
L
Ludovic Courtès wrote on 14 Jun 2018 13:44
control message for bug #31826
(address . control@debbugs.gnu.org)
87k1r1xfm3.fsf@gnu.org
tags 31826 fixed
close 31826
?
Your comment

This issue is archived.

To comment on this conversation send an email to 31826@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 31826
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