* [PATCH] gnu: node: Update to 0.12.0
@ 2015-02-12 3:19 David Thompson
2015-02-12 16:02 ` Mark H Weaver
0 siblings, 1 reply; 2+ messages in thread
From: David Thompson @ 2015-02-12 3:19 UTC (permalink / raw)
To: guix-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-node-Update-to-0.12.0.patch --]
[-- Type: text/x-diff, Size: 1129 bytes --]
From 884f130063e9d17dfd1030eba4a23f4976cc60d7 Mon Sep 17 00:00:00 2001
From: David Thompson <dthompson2@worcester.edu>
Date: Wed, 11 Feb 2015 22:13:30 -0500
Subject: [PATCH 2/2] gnu: node: Update to 0.12.0.
* gnu/packages/node.scm (node): Update to 0.12.0.
---
gnu/packages/node.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index be4f44d..e8b834c 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -35,14 +35,14 @@
(define-public node
(package
(name "node")
- (version "0.10.36")
+ (version "0.12.0")
(source (origin
(method url-fetch)
(uri (string-append "http://nodejs.org/dist/v" version
"/node-v" version ".tar.gz"))
(sha256
(base32
- "10cc2yglmrp8i2l4lm4pnm1pf7jvzjk5v80kddl4dkjb578d3mxr"))))
+ "0cifd2qhpyrbxx71a4hsagzk24qas8m5zvwcyhx69cz9yhxf404p"))))
(native-inputs `(("python" ,python-2)
("perl" ,perl)
("gcc" ,gcc-4.9)
--
2.1.4
[-- Attachment #2: Type: text/plain, Size: 136 bytes --]
--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-12 16:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12 3:19 [PATCH] gnu: node: Update to 0.12.0 David Thompson
2015-02-12 16:02 ` Mark H Weaver
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.