me
/
guix
Archived
1
0
Fork 0

gnu: emacs-nodejs-repl: Update to 0.2.4.

* gnu/packages/emacs-xyz.scm (emacs-nodejs-repl): Update to 0.2.4.
master
Nicolas Goaziou 2021-02-08 22:01:21 +01:00
parent 7abb893c98
commit e7dd881806
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -8578,7 +8578,7 @@ strings, and code folding.")
(define-public emacs-nodejs-repl (define-public emacs-nodejs-repl
(package (package
(name "emacs-nodejs-repl") (name "emacs-nodejs-repl")
(version "0.2.2") (version "0.2.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -8587,7 +8587,7 @@ strings, and code folding.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1kkj888k9x5n0i7xkia177gzsa84my3g8n0n7v65281cc4f1yhk5")))) "0a5mmg3cmdi73giblp07ksl06xzl9nb2m3f96ny4r3rv0ar3v1bx"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(inputs (inputs
`(("node" ,node))) `(("node" ,node)))