guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: node: Update to 0.12.7.


From: David Thompson
Subject: 01/01: gnu: node: Update to 0.12.7.
Date: Mon, 03 Aug 2015 14:04:00 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 2d0942392d6f6ba83f6861ed9159ee47f923132b
Author: David Thompson <address@hidden>
Date:   Mon Aug 3 10:00:11 2015 -0400

    gnu: node: Update to 0.12.7.
    
    * gnu/packages/node.scm (node): Update to 0.12.7.
---
 gnu/packages/node.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 0b65843..edb88bc 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -34,14 +34,14 @@
 (define-public node
   (package
     (name "node")
-    (version "0.12.2")
+    (version "0.12.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://nodejs.org/dist/v"; version
                                   "/node-v" version ".tar.gz"))
               (sha256
                (base32
-                "0bbp58p3iwsp35c37brkkh6bmjjhwsw2nlr8srz3wqryx6nphzmc"))))
+                "17gk29zbw58l0sjjfw86acp39pkiblnq0gsq1jdrd70w0pgn8gdj"))))
     (native-inputs `(("python" ,python-2)
                      ("perl" ,perl)
                      ("gcc" ,gcc-4.9)
@@ -69,7 +69,7 @@
                                          "/bin/python")
                           "./configure" flags))))
         %standard-phases)))
-    (synopsis "Evented I/O for V8 javascript")
+    (synopsis "Evented I/O for V8 JavaScript")
     (description "Node.js is a platform built on Chrome's JavaScript runtime
 for easily building fast, scalable network applications.  Node.js uses an
 event-driven, non-blocking I/O model that makes it lightweight and efficient,



reply via email to

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