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:
Nicolas Goaziou 2024-02-22 14:47:04 +01:00
parent 7f6c5bb8f6
commit 5ea5124cb5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -14130,7 +14130,7 @@ an Emacs buffer.")
(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 @@ an Emacs buffer.")
(file-name (git-file-name name version))
(sha256
(base32
"0a5mmg3cmdi73giblp07ksl06xzl9nb2m3f96ny4r3rv0ar3v1bx"))))
"06in0nnynrj6ciwbch4x8s65n6d750ikarvrdcjypi0cb0vscwsk"))))
(build-system emacs-build-system)
(inputs
(list node-lts))