all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31826] [PATCH] gnu: emacs-racket-mode: Update and bug fix.
@ 2018-06-14  9:02 Konrad Hinsen
  2018-06-14 20:44 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2018-06-14  9:02 UTC (permalink / raw)
  To: 31826

* 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(-)

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

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

* [bug#31826] [PATCH] gnu: emacs-racket-mode: Update and bug fix.
  2018-06-14  9:02 [bug#31826] [PATCH] gnu: emacs-racket-mode: Update and bug fix Konrad Hinsen
@ 2018-06-14 20:44 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-06-14 20:44 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 31826

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

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

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

end of thread, other threads:[~2018-06-14 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-14  9:02 [bug#31826] [PATCH] gnu: emacs-racket-mode: Update and bug fix Konrad Hinsen
2018-06-14 20:44 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.