mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: emacs-nodejs-repl: Update to 0.2.4.
* gnu/packages/emacs-xyz.scm (emacs-nodejs-repl): Update to 0.2.4.
This commit is contained in:
parent
7abb893c98
commit
e7dd881806
1 changed files with 2 additions and 2 deletions
|
@ -8578,7 +8578,7 @@ (define-public emacs-js2-mode
|
|||
(define-public emacs-nodejs-repl
|
||||
(package
|
||||
(name "emacs-nodejs-repl")
|
||||
(version "0.2.2")
|
||||
(version "0.2.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -8587,7 +8587,7 @@ (define-public emacs-nodejs-repl
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kkj888k9x5n0i7xkia177gzsa84my3g8n0n7v65281cc4f1yhk5"))))
|
||||
"0a5mmg3cmdi73giblp07ksl06xzl9nb2m3f96ny4r3rv0ar3v1bx"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
`(("node" ,node)))
|
||||
|
|
Loading…
Reference in a new issue