mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: node: Update to 0.12.7.
* gnu/packages/node.scm (node): Update to 0.12.7.
This commit is contained in:
parent
d2892f3a2d
commit
2d0942392d
1 changed files with 3 additions and 3 deletions
|
@ -34,14 +34,14 @@ (define-module (gnu packages node)
|
|||
(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 @@ (define-public node
|
|||
"/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,
|
||||
|
|
Loading…
Reference in a new issue