guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: emacs-nodejs-repl: Update to 0.2.2.


From: guix-commits
Subject: 02/10: gnu: emacs-nodejs-repl: Update to 0.2.2.
Date: Mon, 5 Aug 2019 10:20:08 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 594d60a3f4ffb7ebf405f7b85a21649dafc24aa3
Author: Brian Leung <address@hidden>
Date:   Tue Jul 30 05:10:02 2019 +0200

    gnu: emacs-nodejs-repl: Update to 0.2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-nodejs-repl): Update to 0.2.2.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 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 0755904..b81ff98 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5228,7 +5228,7 @@ strings, and code folding.")
 (define-public emacs-nodejs-repl
   (package
     (name "emacs-nodejs-repl")
-    (version "0.2.1")
+    (version "0.2.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5237,7 +5237,7 @@ strings, and code folding.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05ccv87rnw7fss3lib8m9sywjrj6n92fnd7mmhmjh27g2klqc83z"))))
+                "1kkj888k9x5n0i7xkia177gzsa84my3g8n0n7v65281cc4f1yhk5"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/abicky/nodejs-repl.el";)
     (synopsis "Node.js REPL inside Emacs")



reply via email to

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