guix-commits
[Top][All Lists]
Advanced

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

04/30: gnu: emacs-nodejs-repl: Update to 0.2.1.


From: guix-commits
Subject: 04/30: gnu: emacs-nodejs-repl: Update to 0.2.1.
Date: Tue, 25 Jun 2019 02:56:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 81547708cd0a58776b28fd77fda4c4cac16a1487
Author: Brian Leung <address@hidden>
Date:   Sat Jun 15 03:01:44 2019 +0200

    gnu: emacs-nodejs-repl: Update to 0.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-nodejs-repl): Update to 0.2.1.
---
 gnu/packages/emacs-xyz.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 05f4bbe..9f4a50c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5105,15 +5105,16 @@ strings, and code folding.")
 (define-public emacs-nodejs-repl
   (package
     (name "emacs-nodejs-repl")
-    (version "0.2.0")
+    (version "0.2.1")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/abicky/nodejs-repl.el";
-                                  "/archive/" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/abicky/nodejs-repl.el";)
+                    (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "0hq2cqdq2668yf48g7qnkci90nhih1gnhacsgz355jnib56lhmkz"))
-              (file-name (string-append name "-" version ".tar.gz"))))
+                "05ccv87rnw7fss3lib8m9sywjrj6n92fnd7mmhmjh27g2klqc83z"))))
     (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]