From 2d0942392d6f6ba83f6861ed9159ee47f923132b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 3 Aug 2015 10:00:11 -0400 Subject: gnu: node: Update to 0.12.7. * gnu/packages/node.scm (node): Update to 0.12.7. --- gnu/packages/node.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index 0b65843183..edb88bcfbc 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, -- cgit v1.2.3