guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-nodejs-repl: Update to 0.2.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-nodejs-repl: Update to 0.2.4.
Date: Mon, 08 Feb 2021 16:01:54 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e7dd881  gnu: emacs-nodejs-repl: Update to 0.2.4.
e7dd881 is described below

commit e7dd881806dfd6fcbbbcccb8a5674d6668d6f47a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 8 22:01:21 2021 +0100

    gnu: emacs-nodejs-repl: Update to 0.2.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-nodejs-repl): Update to 0.2.4.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b3611c6..2bb33cb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8578,7 +8578,7 @@ strings, and code folding.")
 (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 @@ strings, and code folding.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1kkj888k9x5n0i7xkia177gzsa84my3g8n0n7v65281cc4f1yhk5"))))
+                "0a5mmg3cmdi73giblp07ksl06xzl9nb2m3f96ny4r3rv0ar3v1bx"))))
     (build-system emacs-build-system)
     (inputs
      `(("node" ,node)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]