[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: node: Update to 9.11.1.
From: |
Jelle Licht |
Subject: |
01/01: gnu: node: Update to 9.11.1. |
Date: |
Tue, 24 Apr 2018 09:29:26 -0400 (EDT) |
jlicht pushed a commit to branch master
in repository guix.
commit a65d88f2a50e7d4aa72a28706389934e4c48afe1
Author: Jelle Licht <address@hidden>
Date: Tue Apr 24 16:27:33 2018 +0200
gnu: node: Update to 9.11.1.
* gnu/packages/node.scm (node): Update to 9.11.1.
---
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 618dcaa..6a3a510 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -43,14 +43,14 @@
(define-public node
(package
(name "node")
- (version "9.10.0")
+ (version "9.11.1")
(source (origin
(method url-fetch)
(uri (string-append "http://nodejs.org/dist/v" version
"/node-v" version ".tar.gz"))
(sha256
(base32
- "0xld7jh3fx85az7s5zbbsbccnfjwp99xxfn5w0gh2zfc5dalwrg5"))
+ "1vjh9zvw7wkdz6b0l99ya7mqjk0l8lbg9isr1q8rxwp400dhkk32"))
(modules '((guix build utils)))
(snippet
`(begin