gnu: node: Update to 0.12.2.

This commit is contained in:
David Thompson 2015-04-04 13:47:28 -04:00
parent 88f7066591
commit 4cd27cd60a

View file

@ -35,14 +35,14 @@ (define-module (gnu packages node)
(define-public node (define-public node
(package (package
(name "node") (name "node")
(version "0.12.0") (version "0.12.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://nodejs.org/dist/v" version (uri (string-append "http://nodejs.org/dist/v" version
"/node-v" version ".tar.gz")) "/node-v" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0cifd2qhpyrbxx71a4hsagzk24qas8m5zvwcyhx69cz9yhxf404p")))) "0bbp58p3iwsp35c37brkkh6bmjjhwsw2nlr8srz3wqryx6nphzmc"))))
(native-inputs `(("python" ,python-2) (native-inputs `(("python" ,python-2)
("perl" ,perl) ("perl" ,perl)
("gcc" ,gcc-4.9) ("gcc" ,gcc-4.9)