~ruther/guix-local

2d0942392d6f6ba83f6861ed9159ee47f923132b — David Thompson 10 years ago d2892f3
gnu: node: Update to 0.12.7.

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

M gnu/packages/node.scm
M gnu/packages/node.scm => gnu/packages/node.scm +3 -3
@@ 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,