gnu: node: Update to 9.11.1.

* gnu/packages/node.scm (node): Update to 9.11.1.
This commit is contained in:
Jelle Licht 2018-04-24 16:27:33 +02:00
parent 0ef8cc9c1c
commit a65d88f2a5
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 2 additions and 2 deletions

View File

@ -43,14 +43,14 @@
(define-public node (define-public node
(package (package
(name "node") (name "node")
(version "9.10.0") (version "9.11.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://nodejs.org/dist/v" version (uri (string-append "http://nodejs.org/dist/v" version
"/node-v" version ".tar.gz")) "/node-v" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0xld7jh3fx85az7s5zbbsbccnfjwp99xxfn5w0gh2zfc5dalwrg5")) "1vjh9zvw7wkdz6b0l99ya7mqjk0l8lbg9isr1q8rxwp400dhkk32"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
`(begin `(begin