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.10.36.


From: Andreas Enge
Subject: 01/01: gnu: node: Update to 0.10.36.
Date: Mon, 02 Feb 2015 23:15:28 +0000

andreas pushed a commit to branch master
in repository guix.

commit 20fbd2093281a995c2c2f2bacc622c72e0dd6f4b
Author: Andreas Enge <address@hidden>
Date:   Tue Feb 3 00:14:54 2015 +0100

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

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 5b00d59..be4f44d 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Cyrill Schenkel <address@hidden>
+;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -34,14 +35,14 @@
 (define-public node
   (package
     (name "node")
-    (version "0.10.29")
+    (version "0.10.36")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://nodejs.org/dist/v"; version
                                   "/node-v" version ".tar.gz"))
               (sha256
                (base32
-                "0pdib215ldypc149ad03wlfj0i8fwdfydd4q2hd7ry35yw0rsds7"))))
+                "10cc2yglmrp8i2l4lm4pnm1pf7jvzjk5v80kddl4dkjb578d3mxr"))))
     (native-inputs `(("python" ,python-2)
                      ("perl" ,perl)
                      ("gcc" ,gcc-4.9)



reply via email to

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