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 @@ an Emacs buffer.")
|
||||||
(define-public emacs-nodejs-repl
|
(define-public emacs-nodejs-repl
|
||||||
(package
|
(package
|
||||||
(name "emacs-nodejs-repl")
|
(name "emacs-nodejs-repl")
|
||||||
(version "0.2.4")
|
(version "0.2.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -14139,7 +14139,7 @@ an Emacs buffer.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a5mmg3cmdi73giblp07ksl06xzl9nb2m3f96ny4r3rv0ar3v1bx"))))
|
"06in0nnynrj6ciwbch4x8s65n6d750ikarvrdcjypi0cb0vscwsk"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list node-lts))
|
(list node-lts))
|
||||||
|
|
Reference in a new issue