guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: node: Update to 0.12.2.


From: David Thompson
Subject: 01/01: gnu: node: Update to 0.12.2.
Date: Sat, 04 Apr 2015 17:49:09 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 4cd27cd60ab2e8246fff1372a469f2a0d6b41bb2
Author: David Thompson <address@hidden>
Date:   Sat Apr 4 13:47:28 2015 -0400

    gnu: node: Update to 0.12.2.
---
 gnu/packages/node.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index b2a5d03..8d9a0f5 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]