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
1 changed files with 2 additions and 2 deletions

View File

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