* [bug#32357] [PATCH] gnu: emacs-racket-mode: Update to commit 1b78827d
@ 2018-08-03 10:01 Konrad Hinsen
2018-08-13 15:16 ` bug#32357: " Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2018-08-03 10:01 UTC (permalink / raw)
To: 32357
* gnu/packages/emacs.scm (emacs-racket-mode): Update to commit 1b78827d.
---
gnu/packages/emacs.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 2ac7e010e..8b4b85d1f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10024,8 +10024,8 @@ perform regression test for packages that provide font-lock rules.")
(license license:gpl3+))))
(define-public emacs-racket-mode
- (let ((commit "48f0cb99d3b2ca6066249546d2063d85437251c1")
- (revision "1"))
+ (let ((commit "1b78827d310b6d655782b7bba0f2360c9ef34ff6")
+ (revision "2"))
(package
(name "emacs-racket-mode")
(version (string-append "0.0.2" "-" revision "."
@@ -10039,7 +10039,7 @@ perform regression test for packages that provide font-lock rules.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0fxky8xj639bjhiab9way9daqda22301b7w85vm4b4ydgjgnc59x"))))
+ "04mzxcg32av8p6v0pqb0si6qk5qxbrbllx6m3j16fp32bdz71sps"))))
(build-system emacs-build-system)
(arguments
`(#:include '("\\.el$" "\\.rkt$")))
--
2.18.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-08-13 15:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-03 10:01 [bug#32357] [PATCH] gnu: emacs-racket-mode: Update to commit 1b78827d Konrad Hinsen
2018-08-13 15:16 ` bug#32357: " Leo Famulari
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.