gnu: emacs-racket-mode: Update to 0.0.2-2.5300aa0.
* gnu/packages/emacs-xyz.scm (emacs-racket-mode): Update to 0.0.2-2.5300aa0. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
36d4926949
commit
a212a54c02
|
@ -12421,12 +12421,11 @@ perform regression test for packages that provide font-lock rules.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-racket-mode
|
(define-public emacs-racket-mode
|
||||||
(let ((commit "b977873e6128f8399432dcd60cc39f6a6f803d9c")
|
(let ((commit "5300aa004f08535c3fac99f1af78462f129aca81")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-racket-mode")
|
(name "emacs-racket-mode")
|
||||||
(version (string-append "0.0.2" "-" revision "."
|
(version (git-version "0.0.2" revision commit))
|
||||||
(string-take commit 7)))
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12436,7 +12435,7 @@ perform regression test for packages that provide font-lock rules.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vp4bbbplqvmnhjpl6ajrlydmrhqzil56cfbs18m5c5fddx0zlh7"))))
|
"1gkpm4fl1ybsm9qqgrkwyjbd9znddy438x266k27fs90lkxrfray"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:include '("\\.el$" "\\.rkt$")))
|
`(#:include '("\\.el$" "\\.rkt$")))
|
||||||
|
|
Loading…
Reference in New Issue