gnu: emacs-racket-mode: Update to 0.0.2-4.2a9a102.

* gnu/packages/emacs-xyz.scm (emacs-racket-mode): Update to 0.0.2-4.2a9a102.
This commit is contained in:
Brian Leung 2019-10-11 01:58:26 +02:00
parent 3fcdd99f71
commit 8f1471149f
No known key found for this signature in database
GPG key ID: 3ADC75F013D678F9

View file

@ -13534,8 +13534,8 @@ (define-public emacs-faceup
(license license:gpl3+))))
(define-public emacs-racket-mode
(let ((commit "5300aa004f08535c3fac99f1af78462f129aca81")
(revision "3"))
(let ((commit "2a9a102a097d04fbcd2a443fec84078036c2e277")
(revision "4"))
(package
(name "emacs-racket-mode")
(version (git-version "0.0.2" revision commit))
@ -13548,7 +13548,7 @@ (define-public emacs-racket-mode
(file-name (git-file-name name version))
(sha256
(base32
"1gkpm4fl1ybsm9qqgrkwyjbd9znddy438x266k27fs90lkxrfray"))))
"1n71dxxh62jixq20b5haapv651dxc0zyrxpl1d0yqsg8ncp726bl"))))
(build-system emacs-build-system)
(arguments
`(#:include '("\\.el$" "\\.rkt$")))