mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-nodejs-repl: Update to 0.2.5.
* gnu/packages/emacs-xyz.scm (emacs-nodejs-repl): Update to 0.2.5. Change-Id: I1c447a3d6acb750704ffd7b03779a439e2ba7577
This commit is contained in:
parent
7f6c5bb8f6
commit
5ea5124cb5
1 changed files with 2 additions and 2 deletions
|
@ -14130,7 +14130,7 @@ (define-public emacs-js-comint
|
|||
(define-public emacs-nodejs-repl
|
||||
(package
|
||||
(name "emacs-nodejs-repl")
|
||||
(version "0.2.4")
|
||||
(version "0.2.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -14139,7 +14139,7 @@ (define-public emacs-nodejs-repl
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0a5mmg3cmdi73giblp07ksl06xzl9nb2m3f96ny4r3rv0ar3v1bx"))))
|
||||
"06in0nnynrj6ciwbch4x8s65n6d750ikarvrdcjypi0cb0vscwsk"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
(list node-lts))
|
||||
|
|
Loading…
Reference in a new issue