mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-racket-mode: Update to commit 92c3348.
* gnu/packages/emacs.scm (emacs-racket-mode): Update to commit 92c3348.
This commit is contained in:
parent
b4c698c8c9
commit
caf8a003b3
1 changed files with 2 additions and 2 deletions
|
@ -10053,7 +10053,7 @@ (define-public emacs-faceup
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-racket-mode
|
||||
(let ((commit "add0190d3c9bdad25fee57f8efd0460c9a45c2ec")
|
||||
(let ((commit "92c33487f6c707880ac3f6169e7ea65ddffd1463")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-racket-mode")
|
||||
|
@ -10068,7 +10068,7 @@ (define-public emacs-racket-mode
|
|||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bf6s4nqjfacij20x9vppdnq8fq1bf53cch6p4g8xqcqri3ms4jw"))))
|
||||
"19q6ym10gj2xdzzcgh3wdbq1xv8cv7nlrhv2b0bjvvdjzhiki472"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:include '("\\.el$" "\\.rkt$")))
|
||||
|
|
Loading…
Reference in a new issue