mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: emacs-racket-mode: Update to 20200706.
* gnu/packages/emacs-xyz.scm (emacs-racket-mode): Update to 20200706.
This commit is contained in:
parent
3903f98379
commit
78d28ffc84
1 changed files with 4 additions and 3 deletions
|
@ -15608,8 +15608,8 @@ (define-public emacs-faceup
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-racket-mode
|
||||
(let ((commit "5f396fa91fc22310f5c519aa658436a1a5251846")
|
||||
(revision "5"))
|
||||
(let ((commit "5eb31a284c8db5102bc71b1e2c6ce3a095ae085b")
|
||||
(revision "6"))
|
||||
(package
|
||||
(name "emacs-racket-mode")
|
||||
(version (git-version "0.0.2" revision commit))
|
||||
|
@ -15622,12 +15622,13 @@ (define-public emacs-racket-mode
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1214y08i0c51d1vzw9jzyf79vyfqizdy6m0980qs13qbdwsj32v0"))))
|
||||
"081h6rd0gv88m0wvnmghi242kl39x1sz34qr4cq9vz04iwvnmgrm"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:include '("\\.el$" "\\.rkt$")))
|
||||
(propagated-inputs
|
||||
`(("emacs-faceup" ,emacs-faceup)
|
||||
("emacs-pos-tip" ,emacs-pos-tip)
|
||||
("emacs-s" ,emacs-s)))
|
||||
(home-page "https://www.racket-mode.com/")
|
||||
(synopsis "Major mode for the Racket language")
|
||||
|
|
Loading…
Reference in a new issue